X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=support%2Fdocker%2Fproduction%2Fconfig%2Fcustom-environment-variables.yaml;h=bd4ac121555f6b6938b48bba534bd814cb19b7b7;hb=97567dd81f508dd6295ac4d73d849aa2ce0a6549;hp=1f7fbf849e36ed62d1097ea4064102635399e637;hpb=71e318b4fe66175d03c7c82357d60062eb68af81;p=github%2FChocobozzz%2FPeerTube.git diff --git a/support/docker/production/config/custom-environment-variables.yaml b/support/docker/production/config/custom-environment-variables.yaml index 1f7fbf849..bd4ac1215 100644 --- a/support/docker/production/config/custom-environment-variables.yaml +++ b/support/docker/production/config/custom-environment-variables.yaml @@ -7,7 +7,9 @@ webserver: __name: "PEERTUBE_WEBSERVER_HTTPS" __format: "json" -trust_proxy: "PEERTUBE_TRUST_PROXY" +trust_proxy: + __name: "PEERTUBE_TRUST_PROXY" + __format: "json" database: hostname: "PEERTUBE_DB_HOSTNAME" @@ -48,6 +50,11 @@ user: admin: email: "PEERTUBE_ADMIN_EMAIL" +contact_form: + enabled: + __name: "PEERTUBE_CONTACT_FORM_ENABLED" + __format: "json" + signup: enabled: __name: "PEERTUBE_SIGNUP_ENABLED" @@ -99,7 +106,6 @@ transcoding: 1080: __name: "PEERTUBE_TRANSCODING_1080P" __format: "json" - instance: name: "PEERTUBE_INSTANCE_NAME"