mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2024-11-28 19:44:00 -06:00
Increase rate limit for dev env
This commit is contained in:
parent
cd940f40cb
commit
345f579b8e
@ -8,6 +8,11 @@ webserver:
|
||||
secrets:
|
||||
peertube: 'my super dev secret'
|
||||
|
||||
rates_limit:
|
||||
signup:
|
||||
window: 5 minutes
|
||||
max: 200
|
||||
|
||||
database:
|
||||
hostname: 'localhost'
|
||||
port: 5432
|
||||
|
Loading…
Reference in New Issue
Block a user