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:
|
secrets:
|
||||||
peertube: 'my super dev secret'
|
peertube: 'my super dev secret'
|
||||||
|
|
||||||
|
rates_limit:
|
||||||
|
signup:
|
||||||
|
window: 5 minutes
|
||||||
|
max: 200
|
||||||
|
|
||||||
database:
|
database:
|
||||||
hostname: 'localhost'
|
hostname: 'localhost'
|
||||||
port: 5432
|
port: 5432
|
||||||
|
Loading…
Reference in New Issue
Block a user