]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - config/production.yaml.example
Add quick filter for followers
[github/Chocobozzz/PeerTube.git] / config / production.yaml.example
index 5b87cbf5f2a42d9ffe96f5c72edbb2fd36c6c006..bc9f28e954466307393b31455c69741e5a104b71 100644 (file)
@@ -94,7 +94,7 @@ storage:
   captions: '/var/www/peertube/storage/captions/'
   cache: '/var/www/peertube/storage/cache/'
   plugins: '/var/www/peertube/storage/plugins/'
-  # Overridable client files in client/dist/assets/images :
+  # Overridable client files in client/dist/assets/images:
   # - logo.svg
   # - favicon.png
   # - default-playlist.jpg
@@ -256,8 +256,9 @@ peertube:
 
 webadmin:
   configuration:
-    # Set to false if you want the config to be readonly
-    allow_edits: true
+    edition:
+      # Set this to false if you don't want to allow config edition in the web interface by instance admins
+      allowed: true
 
 ###############################################################################
 #
@@ -290,7 +291,7 @@ contact_form:
 signup:
   enabled: false
   limit: 10 # When the limit is reached, registrations are disabled. -1 == unlimited
-  minimum_age: 16
+  minimum_age: 16 # Used to configure the signup form
   requires_email_verification: false
   filters:
     cidr: # You can specify CIDR ranges to whitelist (empty = no filtering) or blacklist