]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - config/dev.yaml
Fix #5614: do not log bearerToken.
[github/Chocobozzz/PeerTube.git] / config / dev.yaml
index ca93874d23f6c20c97fc079e6a0b0e5d263457f8..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