X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=config%2Ftest.yaml;h=3ab391504d0e14ebb1a592e5ecca1106d71d211b;hb=04d3f3152646cf58d5768fffb887c0a21520e156;hp=ddce573aa59dca1da387fd862e5da6dc07fde9c3;hpb=8ed86e76b3f50d19a6731e87ca9e71b35c987bb3;p=github%2FChocobozzz%2FPeerTube.git diff --git a/config/test.yaml b/config/test.yaml index ddce573aa..3ab391504 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 @@ -87,3 +91,7 @@ import: instance: default_nsfw_policy: 'display' + +plugins: + index: + check_latest_versions_interval: '10 minutes'