diff options
author | Chocobozzz <me@florianbigard.com> | 2021-10-14 11:35:43 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-10-14 11:35:43 +0200 |
commit | cf0c8ee588e37809d85ec1deec1e4fdfa0f122a5 (patch) | |
tree | 1692868027592d2a300988643fdd96e5fdfe2091 /config/production.yaml.example | |
parent | e1a570abff3ebf375433e58e7362d56bd32d4cd8 (diff) | |
download | PeerTube-cf0c8ee588e37809d85ec1deec1e4fdfa0f122a5.tar.gz PeerTube-cf0c8ee588e37809d85ec1deec1e4fdfa0f122a5.tar.zst PeerTube-cf0c8ee588e37809d85ec1deec1e4fdfa0f122a5.zip |
Fix admin edition disabling feature
Diffstat (limited to 'config/production.yaml.example')
-rw-r--r-- | config/production.yaml.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/production.yaml.example b/config/production.yaml.example index c3cda52b5..bc9f28e95 100644 --- a/config/production.yaml.example +++ b/config/production.yaml.example | |||
@@ -256,7 +256,7 @@ peertube: | |||
256 | 256 | ||
257 | webadmin: | 257 | webadmin: |
258 | configuration: | 258 | configuration: |
259 | edit: | 259 | edition: |
260 | # Set this to false if you don't want to allow config edition in the web interface by instance admins | 260 | # Set this to false if you don't want to allow config edition in the web interface by instance admins |
261 | allowed: true | 261 | allowed: true |
262 | 262 | ||