obrand-admin-server/O-BrandServer/process.json

14 lines
344 B
JSON
Raw Normal View History

2016-04-12 15:45:03 +00:00
{
"apps" : [{
"name" : "OBrand-Server",
"watch" : true,
"script" : "obrand-server.js",
"instances" : 1,
"exec_mode" : "cluster",
"combine_logs" : true,
2016-05-05 15:45:02 +00:00
"max_memory_restart" : "150M",
"restart_delay" : 5000,
2016-04-12 15:45:03 +00:00
"ignore_watch" : ["[\\/\\\\]\\./", "node_modules", "server/static"]
}]
}