X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=config%2Fdev.yaml;h=f570ede1e51a8ac32269a6fbcb4e2f099fb8bb89;hb=e2d8587bd36239f0ba0be59a9185682072a392fc;hp=ef93afc19322782a6c6e5e76f27e0738781969a4;hpb=cea2fd90ddb3bf57c2fed77128938d12d4c2be6b;p=github%2FChocobozzz%2FPeerTube.git diff --git a/config/dev.yaml b/config/dev.yaml index ef93afc19..f570ede1e 100644 --- a/config/dev.yaml +++ b/config/dev.yaml @@ -8,6 +8,14 @@ webserver: secrets: peertube: 'my super dev secret' +rates_limit: + api: + window: 10 seconds + max: 500 + signup: + window: 5 minutes + max: 200 + database: hostname: 'localhost' port: 5432