]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - config/test.yaml
Add since parameter to peertube-import-videos (#1991)
[github/Chocobozzz/PeerTube.git] / config / test.yaml
index 8d3921614df1fe98fcbf12e61f289cfc9ce6eb5b..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
@@ -76,3 +90,7 @@ import:
 
 instance:
   default_nsfw_policy: 'display'
+
+plugins:
+  index:
+    check_latest_versions_interval: '10 minutes'