aboutsummaryrefslogtreecommitdiffhomepage
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/default.yaml4
-rw-r--r--config/production.yaml.example6
2 files changed, 9 insertions, 1 deletions
diff --git a/config/default.yaml b/config/default.yaml
index db014cc87..dfa43a0aa 100644
--- a/config/default.yaml
+++ b/config/default.yaml
@@ -408,6 +408,10 @@ signup:
408 blacklist: [] 408 blacklist: []
409 409
410user: 410user:
411 history:
412 videos:
413 # Enable or disable video history by default for new users.
414 enabled: true
411 # Default value of maximum video bytes the user can upload (does not take into account transcoded files) 415 # Default value of maximum video bytes the user can upload (does not take into account transcoded files)
412 # Byte format is supported ("1GB" etc) 416 # Byte format is supported ("1GB" etc)
413 # -1 == unlimited 417 # -1 == unlimited
diff --git a/config/production.yaml.example b/config/production.yaml.example
index 9cb8add1f..744a14e91 100644
--- a/config/production.yaml.example
+++ b/config/production.yaml.example
@@ -417,7 +417,11 @@ signup:
417 whitelist: [] 417 whitelist: []
418 blacklist: [] 418 blacklist: []
419 419
420user: 420user:
421 history:
422 videos:
423 # Enable or disable video history by default for new users.
424 enabled: true
421 # Default value of maximum video bytes the user can upload (does not take into account transcoded files) 425 # Default value of maximum video bytes the user can upload (does not take into account transcoded files)
422 # Byte format is supported ("1GB" etc) 426 # Byte format is supported ("1GB" etc)
423 # -1 == unlimited 427 # -1 == unlimited