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