aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--support/docker/production/.env12
1 files changed, 6 insertions, 6 deletions
diff --git a/support/docker/production/.env b/support/docker/production/.env
index 346dd3d2d..635074a98 100644
--- a/support/docker/production/.env
+++ b/support/docker/production/.env
@@ -3,13 +3,13 @@ DB_PASSWORD=postgres_password
3PEERTUBE_WEBSERVER_HOSTNAME=my.domain.tld 3PEERTUBE_WEBSERVER_HOSTNAME=my.domain.tld
4PEERTUBE_WEBSERVER_PORT=443 4PEERTUBE_WEBSERVER_PORT=443
5PEERTUBE_WEBSERVER_HTTPS=true 5PEERTUBE_WEBSERVER_HTTPS=true
6PEERTUBE_SMTP_USERNAME=null 6PEERTUBE_SMTP_USERNAME=
7PEERTUBE_SMTP_PASSWORD=null 7PEERTUBE_SMTP_PASSWORD=
8PEERTUBE_SMTP_HOSTNAME=null 8PEERTUBE_SMTP_HOSTNAME=
9PEERTUBE_SMTP_PORT=25 9PEERTUBE_SMTP_PORT=25
10PEERTUBE_SMTP_FROM=noreply@peertube.domain.tld 10PEERTUBE_SMTP_FROM=noreply@peertube.domain.tld
11PEERTUBE_SMTP_TLS="true" 11PEERTUBE_SMTP_TLS=true
12# /!\ Prefer to use the PeerTube admin interface to set the following configurations /!\ 12# /!\ Prefer to use the PeerTube admin interface to set the following configurations /!\
13#PEERTUBE_ADMIN_EMAIL=admin@domain.tld 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