diff options
author | Armando Lüscher <armando@noplanman.ch> | 2018-03-30 02:11:30 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-03-30 08:34:36 +0200 |
commit | 2920281946cffd62ce5046b661d63f9867ab0654 (patch) | |
tree | c10446356c8f386ad6425fc038ce50d96e3b439c /support | |
parent | 4246247fd676a9d9a308be93dcc14cb78b2fc84b (diff) | |
download | PeerTube-2920281946cffd62ce5046b661d63f9867ab0654.tar.gz PeerTube-2920281946cffd62ce5046b661d63f9867ab0654.tar.zst PeerTube-2920281946cffd62ce5046b661d63f9867ab0654.zip |
Fix little typo in variable.
Diffstat (limited to 'support')
-rw-r--r-- | support/docker/production/config/custom-environment-variables.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/support/docker/production/config/custom-environment-variables.yaml b/support/docker/production/config/custom-environment-variables.yaml index b53405c46..bcae32079 100644 --- a/support/docker/production/config/custom-environment-variables.yaml +++ b/support/docker/production/config/custom-environment-variables.yaml | |||
@@ -43,7 +43,7 @@ signup: | |||
43 | __name: "PEERTUBE_SIGNUP_ENABLED" | 43 | __name: "PEERTUBE_SIGNUP_ENABLED" |
44 | __format: "json" | 44 | __format: "json" |
45 | limit: | 45 | limit: |
46 | __name: "PEETUBE_SIGNUP_LIMIT" | 46 | __name: "PEERTUBE_SIGNUP_LIMIT" |
47 | __format: "json" | 47 | __format: "json" |
48 | 48 | ||
49 | transcoding: | 49 | transcoding: |