X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=config%2Fdefault.yaml;h=7fe817aa08d37864fa409d5a79ddb8f3200e1b44;hb=1a393a7e23cb20afa951d4ef77084487629df58e;hp=9d102f7602f0517117165644752d45be295d3145;hpb=d7a25329f9e607894d29ab342b9cb66638b56dc0;p=github%2FChocobozzz%2FPeerTube.git diff --git a/config/default.yaml b/config/default.yaml index 9d102f760..7fe817aa0 100644 --- a/config/default.yaml +++ b/config/default.yaml @@ -86,6 +86,9 @@ log: level: 'info' # debug/info/warning/error rotation: enabled : true + maxFileSize: 12MB + maxFiles: 20 + anonymizeIP: false search: # Add ability to fetch remote videos/actors by their URI, that may not be federated with your instance @@ -203,6 +206,7 @@ transcoding: allow_audio_files: true threads: 1 resolutions: # Only created if the original video has a higher resolution, uses more storage! + 0p: false # audio-only (creates mp4 without video stream, always created when enabled) 240p: false 360p: false 480p: false