]> 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 a55c99eaa9d2f69084a51bedd05f5446e833ad66..bc9f28e954466307393b31455c69741e5a104b71 100644 (file)
@@ -73,10 +73,12 @@ email:
   subject:
     prefix: "[PeerTube]"
 
+# PeerTube client/interface configuration
 client:
   videos:
     miniature:
-      show_author_display_name: false
+      # By default PeerTube client displays author username
+      prefer_author_display_name: false
 
 # From the project root directory
 storage:
@@ -92,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
@@ -254,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
 
 ###############################################################################
 #
@@ -288,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