server commit
Showing
2 changed files
with
5 additions
and
5 deletions
-
Please register or sign in to post a comment
module.exports = { | ||
apps: [ | ||
{ | ||
name: 'strapiapp', | ||
name: 'zango_strapi', | ||
script: 'npm', | ||
args: 'start', | ||
instances : 7, | ||
exec_mode : "cluster", | ||
args: 'run start_prod', | ||
}, | ||
], | ||
}; | ||
... | ... |