Skip to content

Instantly share code, notes, and snippets.

@rockpell
Created November 8, 2020 04:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rockpell/fa5813252fec28faf3724d89cb9a3b32 to your computer and use it in GitHub Desktop.
Save rockpell/fa5813252fec28faf3724d89cb9a3b32 to your computer and use it in GitHub Desktop.
pm2 config
module.exports = {
apps: [
{
name: '',
script: './app.js',
instances: 0,
exec_mode: 'cluster'
}
]
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment