diff options
author | Chocobozzz <me@florianbigard.com> | 2022-10-10 11:19:45 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-10-10 11:19:45 +0200 |
commit | 1ea868a9456439108fbd87255537093ed8bd456f (patch) | |
tree | 7b7fc86ef48695d7a2f086997c97baf4462c2347 /support/docker/production/config | |
parent | a3e5f804ad821f6979e8735b0569b1209986fedc (diff) | |
download | PeerTube-1ea868a9456439108fbd87255537093ed8bd456f.tar.gz PeerTube-1ea868a9456439108fbd87255537093ed8bd456f.tar.zst PeerTube-1ea868a9456439108fbd87255537093ed8bd456f.zip |
Fill documentation with required secret conf
Diffstat (limited to 'support/docker/production/config')
-rw-r--r-- | support/docker/production/config/custom-environment-variables.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/support/docker/production/config/custom-environment-variables.yaml b/support/docker/production/config/custom-environment-variables.yaml index 9c84428b7..1d889fe7d 100644 --- a/support/docker/production/config/custom-environment-variables.yaml +++ b/support/docker/production/config/custom-environment-variables.yaml | |||
@@ -7,6 +7,9 @@ webserver: | |||
7 | __name: "PEERTUBE_WEBSERVER_HTTPS" | 7 | __name: "PEERTUBE_WEBSERVER_HTTPS" |
8 | __format: "json" | 8 | __format: "json" |
9 | 9 | ||
10 | secrets: | ||
11 | peertube: "PEERTUBE_SECRET" | ||
12 | |||
10 | trust_proxy: | 13 | trust_proxy: |
11 | __name: "PEERTUBE_TRUST_PROXY" | 14 | __name: "PEERTUBE_TRUST_PROXY" |
12 | __format: "json" | 15 | __format: "json" |