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.
2 parents 44a107f + 087f5bc commit 140e241Copy full SHA for 140e241
templates/express/config/env/all.js
@@ -6,6 +6,7 @@ var rootPath = path.normalize(__dirname + '/../../..');
6
7
module.exports = {
8
root: rootPath,
9
+ ip: '0.0.0.0',
10
port: process.env.PORT || 9000<% if (mongo) { %>,
11
mongo: {
12
options: {
0 commit comments