From 480515f6cc8d7600003a570f9b1f0530fd178ac5 Mon Sep 17 00:00:00 2001 From: Tyler Henkel Date: Sun, 9 Mar 2014 18:59:36 -0400 Subject: [PATCH] fix(config): change default port in config to 9000 --- templates/express/config/env/all.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/express/config/env/all.js b/templates/express/config/env/all.js index 73f8cfe7f..914039887 100644 --- a/templates/express/config/env/all.js +++ b/templates/express/config/env/all.js @@ -6,7 +6,7 @@ var rootPath = path.normalize(__dirname + '/../../..'); module.exports = { root: rootPath, - port: process.env.PORT || 3000<% if (mongo) { %>, + port: process.env.PORT || 9000<% if (mongo) { %>, mongo: { options: { db: {