diff options
author | Florent Poinsaut <florent@poinsaut.fr> | 2018-06-04 14:45:58 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-06-05 08:47:01 +0200 |
commit | 632f9815c6ab87fce3f3f7399cef9f7679fde908 (patch) | |
tree | 5fcd78f3b42cf9af58f9d38a3c44b85331b0b399 | |
parent | f83e339b82b00faeb61ee8bebf720fbaebc367a6 (diff) | |
download | PeerTube-632f9815c6ab87fce3f3f7399cef9f7679fde908.tar.gz PeerTube-632f9815c6ab87fce3f3f7399cef9f7679fde908.tar.zst PeerTube-632f9815c6ab87fce3f3f7399cef9f7679fde908.zip |
add the comment from https://github.com/Chocobozzz/PeerTube/pull/617/files#diff-5003d902a2333dfdbcd79d688f2806daL38
-rw-r--r-- | support/docker/production/.env | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/support/docker/production/.env b/support/docker/production/.env index 06cc90b54..346dd3d2d 100644 --- a/support/docker/production/.env +++ b/support/docker/production/.env | |||
@@ -2,14 +2,14 @@ DB_USERNAME=postgres_user | |||
2 | DB_PASSWORD=postgres_password | 2 | DB_PASSWORD=postgres_password |
3 | PEERTUBE_WEBSERVER_HOSTNAME=my.domain.tld | 3 | PEERTUBE_WEBSERVER_HOSTNAME=my.domain.tld |
4 | PEERTUBE_WEBSERVER_PORT=443 | 4 | PEERTUBE_WEBSERVER_PORT=443 |
5 | PEERTUBE_WEBSERVER_HTTPS="true" | 5 | PEERTUBE_WEBSERVER_HTTPS=true |
6 | PEERTUBE_REDIS_HOSTNAME=redis | ||
7 | PEERTUBE_SMTP_USERNAME=null | 6 | PEERTUBE_SMTP_USERNAME=null |
8 | PEERTUBE_SMTP_PASSWORD=null | 7 | PEERTUBE_SMTP_PASSWORD=null |
9 | PEERTUBE_SMTP_HOSTNAME=null | 8 | PEERTUBE_SMTP_HOSTNAME=null |
10 | PEERTUBE_SMTP_PORT=25 | 9 | PEERTUBE_SMTP_PORT=25 |
11 | PEERTUBE_SMTP_FROM=noreply@peertube.domain.tld | 10 | PEERTUBE_SMTP_FROM=noreply@peertube.domain.tld |
12 | PEERTUBE_SMTP_TLS="true" | 11 | PEERTUBE_SMTP_TLS="true" |
13 | PEERTUBE_ADMIN_EMAIL=admin@domain.tld | 12 | # /!\ Prefer to use the PeerTube admin interface to set the following configurations /!\ |
14 | PEERTUBE_SIGNUP_ENABLED="true" | 13 | #PEERTUBE_ADMIN_EMAIL=admin@domain.tld |
15 | PEERTUBE_TRANSCODING_ENABLED="true" | 14 | #PEERTUBE_SIGNUP_ENABLED="true" |
15 | #PEERTUBE_TRANSCODING_ENABLED="true" | ||