]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - config/production.yaml.example
Allow configuration to be static/readonly (#4315)
[github/Chocobozzz/PeerTube.git] / config / production.yaml.example
index 94238fad00f6bb70a968b28d45d2d5f2e1cc4059..082c75e53519f106e23aadb9afcd83b0ac0be2a5 100644 (file)
@@ -241,6 +241,11 @@ peertube:
     # You can use a custom URL if your want, that respect the format behind https://joinpeertube.org/api/v1/versions.json
     url: 'https://joinpeertube.org/api/v1/versions.json'
 
+webadmin:
+  configuration:
+    # Set to false if you want the config to be readonly
+    allow_edits: true
+
 ###############################################################################
 #
 # From this point, all the following keys can be overridden by the web interface