Increase rate limit for dev env

pull/5548/head
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
1 changed files with 5 additions and 0 deletions

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