process.json 549 Bytes
{
    "apps": [
        {
            "name": "yoho-community-web",
            "script": "app.js",
            "instances": "1",
            "exec_mode": "cluster",
            "wait_ready": true,
            "merge_logs": true,
            "log_date_format": "YYYY-MM-DD HH:mm:ss Z",
            "error_file": "/Data/logs/node/yoho-community-web-err.log",
            "out_file": "/Data/logs/node/yoho-community-web-out.log",
            "env": {
                "TZ": "Asia/Shanghai",
                "PORT": 6001
            }
        }
    ]
}