diff options
Diffstat (limited to 'support')
-rw-r--r-- | support/docker/production/config/custom-environment-variables.yaml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/support/docker/production/config/custom-environment-variables.yaml b/support/docker/production/config/custom-environment-variables.yaml index cfc30632c..550f1ad80 100644 --- a/support/docker/production/config/custom-environment-variables.yaml +++ b/support/docker/production/config/custom-environment-variables.yaml | |||
@@ -101,9 +101,11 @@ transcoding: | |||
101 | 1080: | 101 | 1080: |
102 | __name: "PEERTUBE_TRANSCODING_1080P" | 102 | __name: "PEERTUBE_TRANSCODING_1080P" |
103 | __format: "json" | 103 | __format: "json" |
104 | |||
105 | 104 | ||
106 | instance: | 105 | instance: |
107 | name: "PEERTUBE_INSTANCE_NAME" | 106 | name: "PEERTUBE_INSTANCE_NAME" |
108 | description: "PEERTUBE_INSTANCE_DESCRIPTION" | 107 | description: "PEERTUBE_INSTANCE_DESCRIPTION" |
109 | terms: "PEERTUBE_INSTANCE_TERMS" | 108 | terms: "PEERTUBE_INSTANCE_TERMS" |
109 | |||
110 | services: | ||
111 | csp-logger: "PEERTUBE_SERVICES_CSPLOGGER" | ||