]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - support/docker/production/config/custom-environment-variables.yaml
Docker config directory as volume
[github/Chocobozzz/PeerTube.git] / support / docker / production / config / custom-environment-variables.yaml
index bcae32079a6d2c281407c5da36a061f604889369..e157aaea9ac29b50ba80a9fc6f8cd5ef194ae22e 100644 (file)
@@ -1,10 +1,10 @@
 webserver:
-  hostname: "PEERTUBE_HOSTNAME"
+  hostname: "PEERTUBE_WEBSERVER_HOSTNAME"
   port:
-    __name: "PEERTUBE_PORT"
+    __name: "PEERTUBE_WEBSERVER_PORT"
     __format: "json"
   https:
-    __name: "PEERTUBE_HTTPS"
+    __name: "PEERTUBE_WEBSERVER_HTTPS"
     __format: "json"
 
 database: