Skip to content

Commit

Permalink
fix(config): tests env api 🐛
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreBrisorgueil committed Sep 20, 2020
1 parent d9a4192 commit 039bfa4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion config/defaults/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,11 @@ module.exports = _.merge(defaultConfig, {
app: {
title: 'WeAreOpenSource Node - Test Environment',
},
api: {
host: 'localhost',
port: 3001,
},
port: 3001,
host: 'localhost',
db: {
uri: 'mongodb://localhost/WaosNodeTest',
debug: false,
Expand Down

0 comments on commit 039bfa4

Please sign in to comment.