diff options
Diffstat (limited to 'config/production.yaml.example')
-rw-r--r-- | config/production.yaml.example | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config/production.yaml.example b/config/production.yaml.example index 8e9d4b32d..c18457df6 100644 --- a/config/production.yaml.example +++ b/config/production.yaml.example | |||
@@ -29,3 +29,9 @@ admin: | |||
29 | 29 | ||
30 | signup: | 30 | signup: |
31 | enabled: false | 31 | enabled: false |
32 | |||
33 | # If enabled, the video will be transcoded to mp4 (x264) with "faststart" flag | ||
34 | # Uses a lot of CPU! | ||
35 | transcoding: | ||
36 | enabled: false | ||
37 | threads: 2 | ||