Skip to content

Commit

Permalink
update orig
Browse files Browse the repository at this point in the history
  • Loading branch information
avral committed Aug 15, 2022
1 parent 02510c7 commit fae0b21
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ecosystem.config.js.orig
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ module.exports = {
script: './lib/server/services/ApiService/index.js',
exec_mode: 'cluster',
instances: 2,
kill_timeout: 10000,
kill_timeout: 3000,
//wait_ready: true,
env: {
NODE_ENV: 'production',
Expand All @@ -36,7 +36,8 @@ module.exports = {
//wait_ready: true,
env: {
NODE_ENV: 'production',
PORT: 7002
PORT: 7002,
PM2_PORT: 7002
}
},
{
Expand Down

0 comments on commit fae0b21

Please sign in to comment.