Skip to content
This repository was archived by the owner on Jun 27, 2019. It is now read-only.

Commit b16aecb

Browse files
use test config in travis
1 parent 8787f48 commit b16aecb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

config/test.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,10 @@
55
"runOnInit": false,
66
"dropDatabase": false
77
},
8+
"smtpConfig": {
9+
"host": "0.0.0.0",
10+
"port": 1025,
11+
"ignoreTLS": true
12+
},
813
"mongodb": "mongodb://localhost:27017/hc_api_test"
914
}

0 commit comments

Comments
 (0)