aboutsummaryrefslogtreecommitdiffhomepage
path: root/config/production.yaml.example
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-12-11 14:52:50 +0100
committerChocobozzz <me@florianbigard.com>2018-12-11 15:11:09 +0100
commit14e2014acc1362cfbb770c051a7254b156cd8efb (patch)
tree8b7d5aedd9fe0beff8b971c9bae7781ba2069228 /config/production.yaml.example
parent8923187455c5aa7167d813c5c745d3857f183fd7 (diff)
downloadPeerTube-14e2014acc1362cfbb770c051a7254b156cd8efb.tar.gz
PeerTube-14e2014acc1362cfbb770c051a7254b156cd8efb.tar.zst
PeerTube-14e2014acc1362cfbb770c051a7254b156cd8efb.zip
Support additional video extensions
Diffstat (limited to 'config/production.yaml.example')
-rw-r--r--config/production.yaml.example2
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
138transcoding: 138transcoding:
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