process.json
466 Bytes
{
"apps": [
{
"name": "yoho-seo",
"script": "index.js",
"instances": "0",
"exec_mode": "cluster",
"merge_logs": true,
"log_date_format": "YYYY-MM-DD HH:mm:ss ",
"error_file": "logs/yoho-seo-err.log",
"out_file": "logs/yoho-seo-out.log",
"env": {
"TZ": "Asia/Shanghai",
"PORT": 6005
}
}
]
}