{
    "apps": [
        {
            "name": "nodejs-match-cat",
            "script": "/alidata/www/node-ms-cloud/biz/matchCatHttp.js",
            "log_date_format": "YYYY-MM-DD HH:mm:ss",
            "error_file": "/alidata/log/node/match_cat_error.log",
            "out_file": "/alidata/log/node/match_cat.log",
            "max_memory_restart": "512M",
            "exec_mode": "fork",
            "autorestart": true,
            "watch": true,
            "exec_interpreter": "node",
            "instances" : "1",
            "env" : {
                "port": 1400
            }
        }
    ]
}