process.json
453 Bytes
{
"apps": [
{
"name": "yoho-dl-label",
"script": "./bin/www",
"instances": "1",
"exec_mode": "cluster",
"merge_logs": true,
"log_date_format": "YYYY-MM-DD HH:mm Z",
"error_file": "/Data/logs/node/yoho-dl-label-err.log",
"out_file": "/Data/logs/node/yoho-dl-label-out.log",
"env": {
"TZ": "Asia/Shanghai",
"PORT": 6007,
"NODE_ENV": "production"
}
}
]
}