diff options
Diffstat (limited to 'config/production.yaml.example')
-rw-r--r-- | config/production.yaml.example | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/production.yaml.example b/config/production.yaml.example index 4c50a550b..770bb97da 100644 --- a/config/production.yaml.example +++ b/config/production.yaml.example | |||
@@ -137,6 +137,8 @@ user: | |||
137 | # Please, do not disable transcoding since many uploaded videos will not work | 137 | # Please, do not disable transcoding since many uploaded videos will not work |
138 | transcoding: | 138 | transcoding: |
139 | enabled: true | 139 | enabled: true |
140 | # Allow your users to upload .mkv, .mov, .avi, .flv videos | ||
141 | allow_additional_extensions: true | ||
140 | threads: 1 | 142 | threads: 1 |
141 | resolutions: # Only created if the original video has a higher resolution, uses more storage! | 143 | resolutions: # Only created if the original video has a higher resolution, uses more storage! |
142 | 240p: false | 144 | 240p: false |