aboutsummaryrefslogtreecommitdiffhomepage
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/dev.yaml5
1 files changed, 5 insertions, 0 deletions
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:
8secrets: 8secrets:
9 peertube: 'my super dev secret' 9 peertube: 'my super dev secret'
10 10
11rates_limit:
12 signup:
13 window: 5 minutes
14 max: 200
15
11database: 16database:
12 hostname: 'localhost' 17 hostname: 'localhost'
13 port: 5432 18 port: 5432