Increase rate limit for dev env

This commit is contained in:
Chocobozzz 2023-01-20 14:59:25 +01:00
parent cd940f40cb
commit 345f579b8e
No known key found for this signature in database
GPG key ID: 583A612D890159BE

View file

@ -8,6 +8,11 @@ webserver:
secrets:
peertube: 'my super dev secret'
rates_limit:
signup:
window: 5 minutes
max: 200
database:
hostname: 'localhost'
port: 5432