diff options
author | Chocobozzz <me@florianbigard.com> | 2018-01-30 15:16:24 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-01-30 15:16:24 +0100 |
commit | f076daa76a32074cba162459e38fa8c130ad42d0 (patch) | |
tree | ea8a92d6305afa158b7774b65e9e6098cc094b92 /config/test.yaml | |
parent | ecb4e35f4e6c7304cb274593c13cb47fd5078b75 (diff) | |
download | PeerTube-f076daa76a32074cba162459e38fa8c130ad42d0.tar.gz PeerTube-f076daa76a32074cba162459e38fa8c130ad42d0.tar.zst PeerTube-f076daa76a32074cba162459e38fa8c130ad42d0.zip |
Add tests for emails
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 | ||