aboutsummaryrefslogtreecommitdiffhomepage
path: root/support/docker/production/.env
diff options
context:
space:
mode:
Diffstat (limited to 'support/docker/production/.env')
-rw-r--r--support/docker/production/.env3
1 files changed, 3 insertions, 0 deletions
diff --git a/support/docker/production/.env b/support/docker/production/.env
index 4e7b21ab6..b4e356a58 100644
--- a/support/docker/production/.env
+++ b/support/docker/production/.env
@@ -22,6 +22,9 @@ PEERTUBE_WEBSERVER_HOSTNAME=<MY DOMAIN>
22# pass them as a comma separated array: 22# pass them as a comma separated array:
23PEERTUBE_TRUST_PROXY=["127.0.0.1", "loopback", "172.18.0.0/16"] 23PEERTUBE_TRUST_PROXY=["127.0.0.1", "loopback", "172.18.0.0/16"]
24 24
25# Generate one using `openssl rand -hex 32`
26PEERTUBE_SECRET=<MY PEERTUBE SECRET>
27
25# E-mail configuration 28# E-mail configuration
26# If you use a Custom SMTP server 29# If you use a Custom SMTP server
27#PEERTUBE_SMTP_USERNAME= 30#PEERTUBE_SMTP_USERNAME=