X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=config%2Ftest.yaml;h=5758c1887e41c8e9fd57d8014dc37a465aa221d1;hb=751c8f68ec8124247b9249cd3ae6610ca6e0399e;hp=ddce573aa59dca1da387fd862e5da6dc07fde9c3;hpb=8ed86e76b3f50d19a6731e87ca9e71b35c987bb3;p=github%2FChocobozzz%2FPeerTube.git diff --git a/config/test.yaml b/config/test.yaml index ddce573aa..5758c1887 100644 --- a/config/test.yaml +++ b/config/test.yaml @@ -20,6 +20,9 @@ database: hostname: 'localhost' port: 5432 +redis: + hostname: 'localhost' + smtp: hostname: null port: 1025 @@ -69,6 +72,7 @@ transcoding: allow_audio_files: false threads: 2 resolutions: + 0p: false 240p: true 360p: true 480p: true @@ -82,8 +86,15 @@ import: videos: http: enabled: true + proxy: + enabled: false + url: "" torrent: enabled: true instance: default_nsfw_policy: 'display' + +plugins: + index: + check_latest_versions_interval: '10 minutes'