Skip to content

Commit

Permalink
fix(config): change default port in config to 9000
Browse files Browse the repository at this point in the history
  • Loading branch information
DaftMonk committed Mar 9, 2014
1 parent 28a9a0c commit 480515f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/express/config/env/all.js
Expand Up @@ -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: {
Expand Down

0 comments on commit 480515f

Please sign in to comment.