We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28a9a0c commit 480515fCopy full SHA for 480515f
templates/express/config/env/all.js
@@ -6,7 +6,7 @@ var rootPath = path.normalize(__dirname + '/../../..');
6
7
module.exports = {
8
root: rootPath,
9
- port: process.env.PORT || 3000<% if (mongo) { %>,
+ port: process.env.PORT || 9000<% if (mongo) { %>,
10
mongo: {
11
options: {
12
db: {
0 commit comments