1
0
Fork 0

Fix production configuration

This commit is contained in:
Chocobozzz 2021-10-14 09:37:01 +02:00
parent 179bfea5e0
commit e89392d74a
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
2 changed files with 5 additions and 3 deletions

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:

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