Skip to content

Commit

Permalink
fix(environment): setting test.js environment for the sequlize orm …
Browse files Browse the repository at this point in the history
…to be `meantest` instead of `me
  • Loading branch information
lirantal committed Jan 1, 2017
1 parent dc17715 commit bf3361e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/config/env/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ module.exports = {
debug: process.env.MONGODB_DEBUG || false
},
orm: {
dbname: 'meandev',
dbname: 'meantest',
user: 'root',
pass: 'root',
options: {
Expand Down

0 comments on commit bf3361e

Please sign in to comment.