Fix production configuration

This commit is contained in:
Chocobozzz
2021-10-14 09:37:01 +02:00
parent 179bfea5e0
commit e89392d74a
2 changed files with 5 additions and 3 deletions
+1
View File
@@ -259,6 +259,7 @@ peertube:
webadmin:
configuration:
edit:
# Set this to false if you don't want to allow config edition in the web interface by instance admins
allowed: true
cache:
+4 -3
View File
@@ -256,8 +256,9 @@ peertube:
webadmin:
configuration:
# Set to false if you want the config to be readonly
allow_edits: true
edit:
# 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