Authored by shuaiguo

Merge branch 'gray'

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