X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=config%2Fdefault.yaml;h=e03bf1aeaa9b6ab25d19e3fe18dc0791747a4b78;hb=3f1ac36c6a06ccf313a045ece32ac02465887262;hp=172bbef1e3284f3bc63fb02edb5e706bd88ea169;hpb=4793c343fd3cde3c6282ed0fb38e039b4276de0e;p=github%2FChocobozzz%2FPeerTube.git diff --git a/config/default.yaml b/config/default.yaml index 172bbef1e..e03bf1aea 100644 --- a/config/default.yaml +++ b/config/default.yaml @@ -25,3 +25,12 @@ storage: 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