X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=support%2Fdocker%2Fproduction%2Fconfig%2Fcustom-environment-variables.yaml;h=c4c62755171362e18f193ee597cfdfe13efe54e7;hb=72698686828b7b80a336d83fdbb1707e3b7a61fe;hp=cfc30632cbc2020abeef37239123aa77790ba90a;hpb=eff7cdd7b7c3667ac17312d49104488aaf698ba2;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 cfc30632c..c4c627551 100644 --- a/support/docker/production/config/custom-environment-variables.yaml +++ b/support/docker/production/config/custom-environment-variables.yaml @@ -50,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" @@ -98,10 +103,16 @@ transcoding: 720p: __name: "PEERTUBE_TRANSCODING_720P" __format: "json" - 1080: + 1080p: __name: "PEERTUBE_TRANSCODING_1080P" __format: "json" - + 2160p: + __name: "PEERTUBE_TRANSCODING_2160P" + __format: "json" + hls: + enabled: + __name: "PEERTUBE_TRANSCODING_HLS_ENABLED" + __format: "json" instance: name: "PEERTUBE_INSTANCE_NAME"