Last active
March 4, 2020 11:00
-
-
Save Anishmourya/e31644591563e531f38a55ac9e5797e7 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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