{
    "name" : "yogpm-test",
    "script" : "./express.js",
    "exec_mode" : "cluster_mode",
    "instances" : "max",
    "error_file" : "./log/child-err.log",
    "out_file"   : "./log/child-out.log",
    "pid_file"   : "./log/child.pid",
    "watch" : true,
    "ignoreWatch" : ["node_modules", "static", "views"]
}
