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: webadmin:
configuration: configuration:
edit: edit:
# Set this to false if you don't want to allow config edition in the web interface by instance admins
allowed: true allowed: true
cache: cache:

View File

@ -256,8 +256,9 @@ peertube:
webadmin: webadmin:
configuration: configuration:
# Set to false if you want the config to be readonly edit:
allow_edits: true # 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: signup:
enabled: false enabled: false
limit: 10 # When the limit is reached, registrations are disabled. -1 == unlimited 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 requires_email_verification: false
filters: filters:
cidr: # You can specify CIDR ranges to whitelist (empty = no filtering) or blacklist cidr: # You can specify CIDR ranges to whitelist (empty = no filtering) or blacklist