/**
 * Created by songyangpu on 16/1/14.
 */
{
    "apps" : [{
        "name"        : "<%=appName %>",
        "script"      : "server_dist/app.js",
        "args"        : ["--toto=coco"],
        "watch"       : false,
        "node_args"   : "--harmony",
        "merge_logs"  : true,
        "error_file"      : "err.log",
        "out_file"        : "out.log",
        "log_date_format" : "YYYY-MM-DD "
    }]
}
