]> 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 b53405c465b70dd3f5fa2096b177c784492801e4..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:
@@ -43,7 +43,7 @@ signup:
     __name: "PEERTUBE_SIGNUP_ENABLED"
     __format: "json"
   limit:
-    __name: "PEETUBE_SIGNUP_LIMIT"
+    __name: "PEERTUBE_SIGNUP_LIMIT"
     __format: "json"
 
 transcoding: