X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=config%2Fdev.yaml;h=f570ede1e51a8ac32269a6fbcb4e2f099fb8bb89;hb=9281e382ed038693cb3095a206a23dbac38b09dd;hp=ca93874d23f6c20c97fc079e6a0b0e5d263457f8;hpb=2a491182e483b97afb1b65c908b23cb48d591807;p=github%2FChocobozzz%2FPeerTube.git diff --git a/config/dev.yaml b/config/dev.yaml index ca93874d2..f570ede1e 100644 --- a/config/dev.yaml +++ b/config/dev.yaml @@ -5,6 +5,17 @@ listen: webserver: https: false +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