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.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/support/docker/production/config/custom-environment-variables.yaml b/support/docker/production/config/custom-environment-variables.yaml
index bcae32079..e157aaea9 100644
--- a/support/docker/production/config/custom-environment-variables.yaml
+++ b/support/docker/production/config/custom-environment-variables.yaml
@@ -1,10 +1,10 @@
1webserver: 1webserver:
2 hostname: "PEERTUBE_HOSTNAME" 2 hostname: "PEERTUBE_WEBSERVER_HOSTNAME"
3 port: 3 port:
4 __name: "PEERTUBE_PORT" 4 __name: "PEERTUBE_WEBSERVER_PORT"
5 __format: "json" 5 __format: "json"
6 https: 6 https:
7 __name: "PEERTUBE_HTTPS" 7 __name: "PEERTUBE_WEBSERVER_HTTPS"
8 __format: "json" 8 __format: "json"
9 9
10database: 10database: