p5.js-web-editor/ecosystem.json

9 lines
152 B
JSON
Raw Normal View History

{
"name": "p5js-web-editor",
"script": "index.js",
"env": {
"NODE_ENV": "production"
2017-04-07 06:01:58 +02:00
},
"instances" : "max",
2017-04-07 06:01:58 +02:00
"exec_mode" : "cluster"
}