diff options
Diffstat (limited to 'config/test.yaml')
-rw-r--r-- | config/test.yaml | 8 |
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 | ||
11 | smtp: | ||
12 | hostname: null | ||
13 | port: 1025 | ||
14 | tls: false | ||
15 | from_address: 'test@localhost' | ||
16 | username: null | ||
17 | password: null | ||
18 | |||
11 | signup: | 19 | signup: |
12 | enabled: true | 20 | enabled: true |
13 | 21 | ||