update pm2 configuration

This commit is contained in:
Cassie Tarakajian 2017-01-31 16:56:45 -05:00
parent ad62d20544
commit cedf947a67

View file

@ -1,6 +1,8 @@
{
"name": "p5js-web-editor",
"script": "index.js",
"instances" : "max",
"exec_mode" : "cluster",
"env": {
"NODE_ENV": "production"
}