aboutsummaryrefslogtreecommitdiffhomepage
path: root/support/docker/production/config/custom-environment-variables.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'support/docker/production/config/custom-environment-variables.yaml')
-rw-r--r--support/docker/production/config/custom-environment-variables.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/support/docker/production/config/custom-environment-variables.yaml b/support/docker/production/config/custom-environment-variables.yaml
index 9c84428b7..1d889fe7d 100644
--- a/support/docker/production/config/custom-environment-variables.yaml
+++ b/support/docker/production/config/custom-environment-variables.yaml
@@ -7,6 +7,9 @@ webserver:
7 __name: "PEERTUBE_WEBSERVER_HTTPS" 7 __name: "PEERTUBE_WEBSERVER_HTTPS"
8 __format: "json" 8 __format: "json"
9 9
10secrets:
11 peertube: "PEERTUBE_SECRET"
12
10trust_proxy: 13trust_proxy:
11 __name: "PEERTUBE_TRUST_PROXY" 14 __name: "PEERTUBE_TRUST_PROXY"
12 __format: "json" 15 __format: "json"