aboutsummaryrefslogtreecommitdiffhomepage
path: root/support/docker/production/config
diff options
context:
space:
mode:
Diffstat (limited to 'support/docker/production/config')
-rw-r--r--support/docker/production/config/custom-environment-variables.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/support/docker/production/config/custom-environment-variables.yaml b/support/docker/production/config/custom-environment-variables.yaml
index 10432e6a0..8fff54229 100644
--- a/support/docker/production/config/custom-environment-variables.yaml
+++ b/support/docker/production/config/custom-environment-variables.yaml
@@ -1,3 +1,8 @@
1#
2# This file will be read by node-config
3# See https://github.com/node-config/node-config/wiki/Environment-Variables#custom-environment-variables
4#
5
1webserver: 6webserver:
2 hostname: "PEERTUBE_WEBSERVER_HOSTNAME" 7 hostname: "PEERTUBE_WEBSERVER_HOSTNAME"
3 port: 8 port:
@@ -19,6 +24,7 @@ database:
19 port: 24 port:
20 __name: "PEERTUBE_DB_PORT" 25 __name: "PEERTUBE_DB_PORT"
21 __format: "json" 26 __format: "json"
27 name: "PEERTUBE_DB_NAME"
22 suffix: "PEERTUBE_DB_SUFFIX" 28 suffix: "PEERTUBE_DB_SUFFIX"
23 username: "PEERTUBE_DB_USERNAME" 29 username: "PEERTUBE_DB_USERNAME"
24 password: "PEERTUBE_DB_PASSWORD" 30 password: "PEERTUBE_DB_PASSWORD"