From 0a63131f12aec1540d60c0c9ef1ca9776f1d2855 Mon Sep 17 00:00:00 2001 From: kdam0 Date: Mon, 2 Jan 2017 13:11:32 -0500 Subject: add confg vars support to use dev db --- app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app.js') diff --git a/app.js b/app.js index f8e2ab5..9a7aa85 100644 --- a/app.js +++ b/app.js @@ -105,7 +105,7 @@ app.use(function(error, req, res, next) { dbFile.setupDB(function (success, mssg) { if (success) { // db establiseh server.listen(port, function(){ // now accept connections - console.log('listening on port 8080'); + console.log('listening on port 3000'); }); } else { -- cgit v1.2.3