aboutsummaryrefslogtreecommitdiffhomepage
path: root/config/test.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'config/test.yaml')
-rw-r--r--config/test.yaml7
1 files changed, 4 insertions, 3 deletions
diff --git a/config/test.yaml b/config/test.yaml
index 48cf0c0f6..878d68cb9 100644
--- a/config/test.yaml
+++ b/config/test.yaml
@@ -3,6 +3,7 @@ listen:
3 port: 9000 3 port: 9000
4 4
5webserver: 5webserver:
6 hostname: '127.0.0.1'
6 https: false 7 https: false
7 8
8secrets: 9secrets:
@@ -20,18 +21,18 @@ rates_limit:
20 max: 500 21 max: 500
21 22
22database: 23database:
23 hostname: 'localhost' 24 hostname: '127.0.0.1'
24 port: 5432 25 port: 5432
25 26
26redis: 27redis:
27 hostname: 'localhost' 28 hostname: '127.0.0.1'
28 29
29smtp: 30smtp:
30 hostname: null 31 hostname: null
31 port: 1025 32 port: 1025
32 tls: false 33 tls: false
33 disable_starttls: true 34 disable_starttls: true
34 from_address: 'test-admin@localhost' 35 from_address: 'test-admin@127.0.0.1'
35 username: null 36 username: null
36 password: null 37 password: null
37 38