]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - config/dev.yaml
Translated using Weblate (Croatian)
[github/Chocobozzz/PeerTube.git] / config / dev.yaml
index 15e239b297eb7f5a146738c6c4a6a9b40cef4562..f570ede1e51a8ac32269a6fbcb4e2f099fb8bb89 100644 (file)
@@ -5,6 +5,17 @@ listen:
 webserver:
   https: false
 
+secrets:
+  peertube: 'my super dev secret'
+
+rates_limit:
+  api:
+    window: 10 seconds
+    max: 500
+  signup:
+    window: 5 minutes
+    max: 200
+
 database:
   hostname: 'localhost'
   port: 5432
@@ -81,6 +92,11 @@ import:
       enabled: true
     torrent:
       enabled: true
+  video_channel_synchronization:
+    enabled: true
+    max_per_user: 10
+    check_interval: 5 minutes
+    videos_limit_per_synchronization: 3
 
 instance:
   default_nsfw_policy: 'display'