summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2014-06-19 18:18:24 -0400
committerJules Laplace <jules@okfoc.us>2014-06-19 18:18:24 -0400
commit9151023c978bd3aed20ad00d5d3301dfe7ed2a2a (patch)
tree026d98fdcf95dc55e0935ce572b4dffce3b3e367
parent4ee6b7e7faab5ed1e5bc295ee5c4ca0540c10da8 (diff)
localhost
-rw-r--r--server/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/index.js b/server/index.js
index f76c40b..401adfc 100644
--- a/server/index.js
+++ b/server/index.js
@@ -20,7 +20,7 @@ var http = require('http'),
var app = express()
var server
-var DATABASE_URI = process.env.MONGOLAB_URI || ('mongodb://' + config.hostName + '/vvalls')
+var DATABASE_URI = process.env.MONGOLAB_URI || ('mongodb://localhost/vvalls')
//