diff options
Diffstat (limited to 'config/production.yaml.example')
-rw-r--r-- | config/production.yaml.example | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/production.yaml.example b/config/production.yaml.example index 2e0d029ce..70993bf57 100644 --- a/config/production.yaml.example +++ b/config/production.yaml.example | |||
@@ -306,6 +306,9 @@ user: | |||
306 | video_quota: -1 | 306 | video_quota: -1 |
307 | video_quota_daily: -1 | 307 | video_quota_daily: -1 |
308 | 308 | ||
309 | video_channels: | ||
310 | max_per_user: 20 # Allows each user to create up to 20 video channels. | ||
311 | |||
309 | # If enabled, the video will be transcoded to mp4 (x264) with `faststart` flag | 312 | # If enabled, the video will be transcoded to mp4 (x264) with `faststart` flag |
310 | # In addition, if some resolutions are enabled the mp4 video file will be transcoded to these new resolutions | 313 | # In addition, if some resolutions are enabled the mp4 video file will be transcoded to these new resolutions |
311 | # Please, do not disable transcoding since many uploaded videos will not work | 314 | # Please, do not disable transcoding since many uploaded videos will not work |