aboutsummaryrefslogtreecommitdiffhomepage
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/test.yaml8
1 files changed, 8 insertions, 0 deletions
diff --git a/config/test.yaml b/config/test.yaml
index 9efe641f1..cacd49075 100644
--- a/config/test.yaml
+++ b/config/test.yaml
@@ -8,6 +8,14 @@ database:
8 hostname: 'localhost' 8 hostname: 'localhost'
9 port: 5432 9 port: 5432
10 10
11smtp:
12 hostname: null
13 port: 1025
14 tls: false
15 from_address: 'test@localhost'
16 username: null
17 password: null
18
11signup: 19signup:
12 enabled: true 20 enabled: true
13 21