Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save Anishmourya/e31644591563e531f38a55ac9e5797e7 to your computer and use it in GitHub Desktop.
Save Anishmourya/e31644591563e531f38a55ac9e5797e7 to your computer and use it in GitHub Desktop.
{
"name": "app",
"script": "app.js",
"instances": "max",
"max_memory_restart": "500M",
"exec_mode": "cluster",
"node_args" : "",
"env": {
"NODE_ENV": "development"
},
"env_production" : {
"NODE_ENV": "production"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment