aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--config/default.yaml1
-rw-r--r--config/production.yaml.example7
2 files changed, 5 insertions, 3 deletions
diff --git a/config/default.yaml b/config/default.yaml
index cc7045769..99f00a9ec 100644
--- a/config/default.yaml
+++ b/config/default.yaml
@@ -259,6 +259,7 @@ peertube:
259webadmin: 259webadmin:
260 configuration: 260 configuration:
261 edit: 261 edit:
262 # Set this to false if you don't want to allow config edition in the web interface by instance admins
262 allowed: true 263 allowed: true
263 264
264cache: 265cache:
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:
256 256
257webadmin: 257webadmin:
258 configuration: 258 configuration:
259 # Set to false if you want the config to be readonly 259 edit:
260 allow_edits: true 260 # Set this to false if you don't want to allow config edition in the web interface by instance admins
261 allowed: true
261 262
262############################################################################### 263###############################################################################
263# 264#
@@ -290,7 +291,7 @@ contact_form:
290signup: 291signup:
291 enabled: false 292 enabled: false
292 limit: 10 # When the limit is reached, registrations are disabled. -1 == unlimited 293 limit: 10 # When the limit is reached, registrations are disabled. -1 == unlimited
293 minimum_age: 16 294 minimum_age: 16 # Used to configure the signup form
294 requires_email_verification: false 295 requires_email_verification: false
295 filters: 296 filters:
296 cidr: # You can specify CIDR ranges to whitelist (empty = no filtering) or blacklist 297 cidr: # You can specify CIDR ranges to whitelist (empty = no filtering) or blacklist