We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0fee45d + 9af319e commit 6bc4349Copy full SHA for 6bc4349
1 file changed
app/templates/server/config/environment/index.js
@@ -21,6 +21,9 @@ var all = {
21
// Server port
22
port: process.env.PORT || 9000,
23
24
+ // Server IP
25
+ ip: process.env.IP || 'localhost',
26
+
27
// Should we populate the DB with sample data?
28
seedDB: false,
29
0 commit comments