Skip to content

Commit

Permalink
Update test.js
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreBrisorgueil authored Sep 25, 2022
1 parent e683366 commit 1a82df2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/defaults/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export default _.merge(config.default, {
},
port: 3001,
db: {
uri: 'mongodb://localhost/WaosNodeTest',
uri: 'mongodb://localhost:27017/WaosNodeTest',
debug: false,
},
livereload: false,
Expand Down

0 comments on commit 1a82df2

Please sign in to comment.