aboutsummaryrefslogtreecommitdiffhomepage
path: root/config
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-01-30 15:16:24 +0100
committerChocobozzz <me@florianbigard.com>2018-01-30 15:16:24 +0100
commitf076daa76a32074cba162459e38fa8c130ad42d0 (patch)
treeea8a92d6305afa158b7774b65e9e6098cc094b92 /config
parentecb4e35f4e6c7304cb274593c13cb47fd5078b75 (diff)
downloadPeerTube-f076daa76a32074cba162459e38fa8c130ad42d0.tar.gz
PeerTube-f076daa76a32074cba162459e38fa8c130ad42d0.tar.zst
PeerTube-f076daa76a32074cba162459e38fa8c130ad42d0.zip
Add tests for emails
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