diff options
author | Chocobozzz <me@florianbigard.com> | 2018-06-11 10:09:00 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-06-11 10:09:17 +0200 |
commit | e8d639b1d75b82f432713436c8168a9d8e107cb5 (patch) | |
tree | 21a923e53d3b8de7ae2b24105020ee86d893b865 /support/docker | |
parent | 695237b258b9d31269f047248f2b99af86f0d161 (diff) | |
download | PeerTube-e8d639b1d75b82f432713436c8168a9d8e107cb5.tar.gz PeerTube-e8d639b1d75b82f432713436c8168a9d8e107cb5.tar.zst PeerTube-e8d639b1d75b82f432713436c8168a9d8e107cb5.zip |
Fix docker config
Diffstat (limited to 'support/docker')
-rw-r--r-- | support/docker/production/.env | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/support/docker/production/.env b/support/docker/production/.env index 635074a98..1f0a8c63b 100644 --- a/support/docker/production/.env +++ b/support/docker/production/.env | |||
@@ -1,15 +1,15 @@ | |||
1 | DB_USERNAME=postgres_user | 1 | 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=domain.tld |
4 | PEERTUBE_WEBSERVER_PORT=443 | 4 | PEERTUBE_WEBSERVER_PORT=443 |
5 | PEERTUBE_WEBSERVER_HTTPS=true | 5 | PEERTUBE_WEBSERVER_HTTPS=true |
6 | PEERTUBE_SMTP_USERNAME= | 6 | PEERTUBE_SMTP_USERNAME= |
7 | PEERTUBE_SMTP_PASSWORD= | 7 | PEERTUBE_SMTP_PASSWORD= |
8 | PEERTUBE_SMTP_HOSTNAME= | 8 | PEERTUBE_SMTP_HOSTNAME= |
9 | PEERTUBE_SMTP_PORT=25 | 9 | PEERTUBE_SMTP_PORT=25 |
10 | PEERTUBE_SMTP_FROM=noreply@peertube.domain.tld | 10 | PEERTUBE_SMTP_FROM=noreply@domain.tld |
11 | PEERTUBE_SMTP_TLS=true | 11 | PEERTUBE_SMTP_TLS=true |
12 | PEERTUBE_ADMIN_EMAIL=admin@domain.tld | ||
12 | # /!\ Prefer to use the PeerTube admin interface to set the following configurations /!\ | 13 | # /!\ Prefer to use the PeerTube admin interface to set the following configurations /!\ |
13 | #PEERTUBE_ADMIN_EMAIL=admin@domain.tld | ||
14 | #PEERTUBE_SIGNUP_ENABLED=true | 14 | #PEERTUBE_SIGNUP_ENABLED=true |
15 | #PEERTUBE_TRANSCODING_ENABLED=true | 15 | #PEERTUBE_TRANSCODING_ENABLED=true |