diff options
Diffstat (limited to 'support/docker')
-rw-r--r-- | support/docker/production/config/custom-environment-variables.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/support/docker/production/config/custom-environment-variables.yaml b/support/docker/production/config/custom-environment-variables.yaml index 0058cbd64..7ac794909 100644 --- a/support/docker/production/config/custom-environment-variables.yaml +++ b/support/docker/production/config/custom-environment-variables.yaml | |||
@@ -12,6 +12,11 @@ webserver: | |||
12 | __name: "PEERTUBE_WEBSERVER_HTTPS" | 12 | __name: "PEERTUBE_WEBSERVER_HTTPS" |
13 | __format: "json" | 13 | __format: "json" |
14 | 14 | ||
15 | federation: | ||
16 | sign_federated_fetches: | ||
17 | __name: "PEERTUBE_SIGN_FEDERATED_FETCHES" | ||
18 | __format: "json" | ||
19 | |||
15 | secrets: | 20 | secrets: |
16 | peertube: "PEERTUBE_SECRET" | 21 | peertube: "PEERTUBE_SECRET" |
17 | 22 | ||