Authored by shuaiguo

添加process

{
"apps": [
{
"name": "yohobuy-shop",
"script": "index.js",
"instances": "max",
"exec_mode": "cluster",
"merge_logs": true,
"log_data_format": "YYYY-MM-DD HH:mm Z",
"env": {
"PORT": 30016,
"TZ": "Asia/Shanghai"
}
}
]
}
\ No newline at end of file
... ...
{
"apps": [
{
"name": "yohobuy-shop",
"script": "index.js",
"instances": "max",
"exec_mode": "cluster",
"merge_logs": true,
"log_data_format": "YYYY-MM-DD HH:mm Z",
"env": {
"PORT": 30016,
"TZ": "Asia/Shanghai"
}
}
]
}
\ No newline at end of file
... ...