Blame view

process.json 508 Bytes
1 2 3 4 5
{
    "apps": [
        {
            "name": "yohobuywap-node",
            "script": "app.js",
徐炜 authored
6
            "instances": "3",
7
            "exec_mode": "cluster",
ccbikai authored
8
            "merge_logs": true,
姜枫 authored
9
            "log_date_format": "YYYY-MM-DD HH:mm:ss Z",
姜枫 authored
10 11
            "error_file": "/Data/logs/node/yohobuywap-node-err.log",
            "out_file": "/Data/logs/node/yohobuywap-node-out.log",
12
            "env": {
陈轩 authored
13
                "TZ": "Asia/Shanghai",
14 15 16 17
                "PORT": 6001
            }
        }
    ]
徐炜 authored
18
}