X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=sidebyside;f=config%2Fproduction.yaml.example;h=0857aa3cab412c9b3ad3f2d995570f521e299c5f;hb=f981dae8617271a2dc713bb683951730b306e0c5;hp=8e9d4b32d20b5c88f1b2be5603487c12a6884b1d;hpb=e22528aca6eb58c8f8005790ac6e76ed4f8ad706;p=github%2FChocobozzz%2FPeerTube.git diff --git a/config/production.yaml.example b/config/production.yaml.example index 8e9d4b32d..0857aa3ca 100644 --- a/config/production.yaml.example +++ b/config/production.yaml.example @@ -23,9 +23,16 @@ storage: previews: 'previews/' thumbnails: 'thumbnails/' torrents: 'torrents/' + cache: 'cache/' admin: email: 'admin@example.com' signup: enabled: false + +# If enabled, the video will be transcoded to mp4 (x264) with "faststart" flag +# Uses a lot of CPU! +transcoding: + enabled: false + threads: 2