aboutsummaryrefslogtreecommitdiffhomepage
path: root/config/default.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'config/default.yaml')
-rw-r--r--config/default.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/config/default.yaml b/config/default.yaml
index a97d3ff78..4c19a5b2d 100644
--- a/config/default.yaml
+++ b/config/default.yaml
@@ -35,6 +35,11 @@ signup:
35 enabled: false 35 enabled: false
36 limit: 10 # When the limit is reached, registrations are disabled. -1 == unlimited 36 limit: 10 # When the limit is reached, registrations are disabled. -1 == unlimited
37 37
38user:
39 # Default value of maximum video BYTES the user can upload (does not take into account transcoded files).
40 # -1 == unlimited
41 video_quota: -1
42
38# If enabled, the video will be transcoded to mp4 (x264) with "faststart" flag 43# If enabled, the video will be transcoded to mp4 (x264) with "faststart" flag
39# Uses a lot of CPU! 44# Uses a lot of CPU!
40transcoding: 45transcoding: