From 6af0bd27cc007fa3d437bd35ab386740ecee1730 Mon Sep 17 00:00:00 2001 From: Gaetan Voyer-Perrault Date: Thu, 8 Dec 2011 15:40:44 -0600 Subject: [PATCH] Update to node version 0.6 --- app.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/app.js b/app.js index 1b2720d..9e9711b 100644 --- a/app.js +++ b/app.js @@ -1,5 +1,3 @@ -require.paths.unshift('./node_modules'); - if(process.env.VCAP_SERVICES){ var env = JSON.parse(process.env.VCAP_SERVICES); var mongo = env['mongodb-1.8'][0]['credentials']; @@ -11,7 +9,7 @@ else{ "username":"", "password":"", "name":"", - "db":"visits" + "db":"" } }