aboutsummaryrefslogtreecommitdiffhomepage
path: root/config/test.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'config/test.yaml')
-rw-r--r--config/test.yaml8
1 files changed, 8 insertions, 0 deletions
diff --git a/config/test.yaml b/config/test.yaml
index 8d3921614..0a5df75be 100644
--- a/config/test.yaml
+++ b/config/test.yaml
@@ -5,6 +5,14 @@ listen:
5webserver: 5webserver:
6 https: false 6 https: false
7 7
8rates_limit:
9 signup:
10 window: 10 minutes
11 max: 50
12 login:
13 window: 5 minutes
14 max: 20
15
8database: 16database:
9 hostname: 'localhost' 17 hostname: 'localhost'
10 port: 5432 18 port: 5432