pm2/test/fixtures/cluster-pm2.json

10 lines
137 B
JSON

{
"name" : "serv-clust",
"script" : "server.js",
"max" : "10",
"instances" : "4",
"env_test" : {
"NODE_ENV" : "TEST"
}
}