From f076daa76a32074cba162459e38fa8c130ad42d0 Mon Sep 17 00:00:00 2001
From: Chocobozzz <me@florianbigard.com>
Date: Tue, 30 Jan 2018 15:16:24 +0100
Subject: Add tests for emails

---
 config/test.yaml | 8 ++++++++
 1 file changed, 8 insertions(+)

(limited to 'config')

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:
   hostname: 'localhost'
   port: 5432
 
+smtp:
+  hostname: null
+  port: 1025
+  tls: false
+  from_address: 'test@localhost'
+  username: null
+  password: null
+
 signup:
   enabled: true
 
-- 
cgit v1.2.3