]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - config/test.yaml
Translated using Weblate (Portuguese (Portugal))
[github/Chocobozzz/PeerTube.git] / config / test.yaml
index ddce573aa59dca1da387fd862e5da6dc07fde9c3..3ab391504d0e14ebb1a592e5ecca1106d71d211b 100644 (file)
@@ -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'