Update environment configuration to specify PORT for development and production environments
This commit is contained in:
parent
15b1cc84fd
commit
636ac163dd
@ -7,6 +7,7 @@ module.exports = {
|
|||||||
exec_mode: 'fork',
|
exec_mode: 'fork',
|
||||||
env: {
|
env: {
|
||||||
NODE_ENV: 'development',
|
NODE_ENV: 'development',
|
||||||
|
PORT: 5010,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
|||||||
@ -7,6 +7,7 @@ module.exports = {
|
|||||||
exec_mode: 'cluster',
|
exec_mode: 'cluster',
|
||||||
env: {
|
env: {
|
||||||
NODE_ENV: 'production',
|
NODE_ENV: 'production',
|
||||||
|
PORT: 5000,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user