diff --git a/config/dev.yaml b/config/dev.yaml index ef93afc19..44856fb6a 100644 --- a/config/dev.yaml +++ b/config/dev.yaml @@ -8,6 +8,11 @@ webserver: secrets: peertube: 'my super dev secret' +rates_limit: + signup: + window: 5 minutes + max: 200 + database: hostname: 'localhost' port: 5432