]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - support/docker/production/.env
Add possibility to manage trust_proxy list in docker image
[github/Chocobozzz/PeerTube.git] / support / docker / production / .env
index 06cc90b5411395bb6f170a6d4253d471d2d3b9fe..8af161b2af96aee840910dcedefb6368b1224206 100644 (file)
@@ -1,15 +1,17 @@
-DB_USERNAME=postgres_user
-DB_PASSWORD=postgres_password
-PEERTUBE_WEBSERVER_HOSTNAME=my.domain.tld
+PEERTUBE_DB_USERNAME=postgres_user
+PEERTUBE_DB_PASSWORD=postgres_password
+PEERTUBE_WEBSERVER_HOSTNAME=domain.tld
 PEERTUBE_WEBSERVER_PORT=443
-PEERTUBE_WEBSERVER_HTTPS="true"
-PEERTUBE_REDIS_HOSTNAME=redis
-PEERTUBE_SMTP_USERNAME=null
-PEERTUBE_SMTP_PASSWORD=null
-PEERTUBE_SMTP_HOSTNAME=null
+PEERTUBE_WEBSERVER_HTTPS=true
+PEERTUBE_TRUST_PROXY=127.0.0.1
+PEERTUBE_SMTP_USERNAME=
+PEERTUBE_SMTP_PASSWORD=
+PEERTUBE_SMTP_HOSTNAME=
 PEERTUBE_SMTP_PORT=25
-PEERTUBE_SMTP_FROM=noreply@peertube.domain.tld
-PEERTUBE_SMTP_TLS="true"
+PEERTUBE_SMTP_FROM=noreply@domain.tld
+PEERTUBE_SMTP_TLS=true
+PEERTUBE_SMTP_DISABLE_STARTTLS=false
 PEERTUBE_ADMIN_EMAIL=admin@domain.tld
-PEERTUBE_SIGNUP_ENABLED="true"
-PEERTUBE_TRANSCODING_ENABLED="true"
+# /!\ Prefer to use the PeerTube admin interface to set the following configurations /!\
+#PEERTUBE_SIGNUP_ENABLED=true
+#PEERTUBE_TRANSCODING_ENABLED=true