diff --git a/config/config.js b/config/config.js index ae69b89d..f151943f 100755 --- a/config/config.js +++ b/config/config.js @@ -14,7 +14,8 @@ var path = require('path') module.exports = { development: { - db: 'mongodb://localhost/mean-dev', + // db: 'mongodb://localhost/mean-dev', + db: 'mongodb://admin:password@ds027308.mongolab.com:27308/meanstack', root: rootPath, notifier: notifier, app: {