Skip to content

Commit 480515f

Browse files
committed
fix(config): change default port in config to 9000
1 parent 28a9a0c commit 480515f

File tree

1 file changed

+1
-1
lines changed
  • templates/express/config/env

1 file changed

+1
-1
lines changed

Diff for: templates/express/config/env/all.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ var rootPath = path.normalize(__dirname + '/../../..');
66

77
module.exports = {
88
root: rootPath,
9-
port: process.env.PORT || 3000<% if (mongo) { %>,
9+
port: process.env.PORT || 9000<% if (mongo) { %>,
1010
mongo: {
1111
options: {
1212
db: {

0 commit comments

Comments
 (0)