From e89392d74aabddbee1c43dcb7e1b40d3d7eec1ed Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 14 Oct 2021 09:37:01 +0200 Subject: Fix production configuration --- config/production.yaml.example | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'config/production.yaml.example') diff --git a/config/production.yaml.example b/config/production.yaml.example index d63d96619..c3cda52b5 100644 --- a/config/production.yaml.example +++ b/config/production.yaml.example @@ -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 -- cgit v1.2.3