]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - config/test.yaml
add target to base file
[github/Chocobozzz/PeerTube.git] / config / test.yaml
index 7dabe433c162fee82b9469fe4e063bbb5be3c03e..8843bb2dc9f0a26fbc8f3483264fab481299f309 100644 (file)
@@ -5,10 +5,24 @@ listen:
 webserver:
   https: false
 
+rates_limit:
+  signup:
+    window: 10 minutes
+    max: 50
+  login:
+    window: 5 minutes
+    max: 20
+  api:
+    window: 10 seconds
+    max: 500
+
 database:
   hostname: 'localhost'
   port: 5432
 
+redis:
+  hostname: 'localhost'
+
 smtp:
   hostname: null
   port: 1025
@@ -63,6 +77,7 @@ transcoding:
     480p: true
     720p: true
     1080p: true
+    2160p: true
   hls:
     enabled: true
 
@@ -75,3 +90,7 @@ import:
 
 instance:
   default_nsfw_policy: 'display'
+
+plugins:
+  index:
+    check_latest_versions_interval: '10 minutes'