From ebbe968359938f1571ec0e7b69d7d1fd89217ff4 Mon Sep 17 00:00:00 2001 From: Amos Haviv Date: Sun, 7 Jul 2013 13:13:33 +0300 Subject: [PATCH] Mean Logger Module --- config/config.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/config/config.js b/config/config.js index f151943f..ae69b89d 100755 --- a/config/config.js +++ b/config/config.js @@ -14,8 +14,7 @@ var path = require('path') module.exports = { development: { - // db: 'mongodb://localhost/mean-dev', - db: 'mongodb://admin:password@ds027308.mongolab.com:27308/meanstack', + db: 'mongodb://localhost/mean-dev', root: rootPath, notifier: notifier, app: {