SIGN IN SIGN UP
Unitech / pm2 UNCLAIMED

Node.js Production Process Manager with a built-in Load Balancer.

43013 0 34 JavaScript
2014-10-10 14:47:35 +02:00
{
"apps" : [{
"exec_interpreter" : "node",
"exec_mode" : "cluster_mode",
"instances" : 0,
2014-10-10 14:47:35 +02:00
"log_date_format" : "YYYY-MM-DD HH:mm Z",
2016-08-06 21:14:39 -07:00
"max_memory_restart" : "160M",
2014-10-10 14:47:35 +02:00
"merge_logs" : true,
"name" : "hapi_playground",
"script" : "child.js",
"cwd" : "examples",
"node_args" : "--harmony",
2015-07-29 16:04:30 +02:00
"ignore_watch" : ["[\\/\\\\]\\./", "log"],
2016-08-06 21:14:39 -07:00
"watch" : true,
env : {
NODE_ENV : 'normal'
},
env_production : {
NODE_ENV : 'production'
}
2014-10-10 14:47:35 +02:00
}]
}