Skip to content

Commit

Permalink
SAVEPOINT
Browse files Browse the repository at this point in the history
  • Loading branch information
byndcivilization committed Apr 15, 2016
1 parent da1ff5f commit c9f09b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ var config = require('./server/config/config')[env];

var user = process.env.DB_ID;
var pass = process.env.DB_KEY;
console.log(config);

require('./server/config/express')(app, config);

require('./server/config/mongoose')(config, user, pass, env);
Expand Down

0 comments on commit c9f09b6

Please sign in to comment.