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

14 lines
344 B
JSON
Raw Normal View History

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