Fix production configuration
This commit is contained in:
parent
179bfea5e0
commit
e89392d74a
|
@ -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:
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue