aboutsummaryrefslogtreecommitdiffhomepage
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/default.yaml1
-rw-r--r--config/production.yaml.example1
2 files changed, 2 insertions, 0 deletions
diff --git a/config/default.yaml b/config/default.yaml
index 6a02f254d..7799ea927 100644
--- a/config/default.yaml
+++ b/config/default.yaml
@@ -83,6 +83,7 @@ user:
83 # Default value of maximum video BYTES the user can upload (does not take into account transcoded files). 83 # Default value of maximum video BYTES the user can upload (does not take into account transcoded files).
84 # -1 == unlimited 84 # -1 == unlimited
85 video_quota: -1 85 video_quota: -1
86 video_quota_daily: -1
86 87
87# If enabled, the video will be transcoded to mp4 (x264) with "faststart" flag 88# If enabled, the video will be transcoded to mp4 (x264) with "faststart" flag
88# In addition, if some resolutions are enabled the mp4 video file will be transcoded to these new resolutions. 89# In addition, if some resolutions are enabled the mp4 video file will be transcoded to these new resolutions.
diff --git a/config/production.yaml.example b/config/production.yaml.example
index fc698ae96..33a26dec1 100644
--- a/config/production.yaml.example
+++ b/config/production.yaml.example
@@ -96,6 +96,7 @@ user:
96 # Default value of maximum video BYTES the user can upload (does not take into account transcoded files). 96 # Default value of maximum video BYTES the user can upload (does not take into account transcoded files).
97 # -1 == unlimited 97 # -1 == unlimited
98 video_quota: -1 98 video_quota: -1
99 video_quota_daily: -1
99 100
100# If enabled, the video will be transcoded to mp4 (x264) with "faststart" flag 101# If enabled, the video will be transcoded to mp4 (x264) with "faststart" flag
101# In addition, if some resolutions are enabled the mp4 video file will be transcoded to these new resolutions. 102# In addition, if some resolutions are enabled the mp4 video file will be transcoded to these new resolutions.