Authored by shuaiguo

Merge branch 'gray'

1 { 1 {
2 - "apps":[  
3 - {  
4 - "name":"yohobuy-portal-fe",  
5 - "script":"index.js",  
6 - "instances": "max",  
7 - "exec_mode" : "cluster",  
8 - "log_date_format":"YYYY-MM-DD HH:mm Z"  
9 - } 2 + "apps": [
  3 + {
  4 + "name": "yohobuy-portal",
  5 + "script": "index.js",
  6 + "instances": "max",
  7 + "exec_mode": "cluster",
  8 + "merge_logs": true,
  9 + "log_data_format": "YYYY-MM-DD HH:mm Z",
  10 + "env": {
  11 + "PORT": 30012,
  12 + "TZ": "Asia/Shanghai"
  13 + }
  14 + }
10 ] 15 ]
11 -}  
  16 +}
  1 +{
  2 + "apps": [
  3 + {
  4 + "name": "yohobuy-portal",
  5 + "script": "index.js",
  6 + "instances": "max",
  7 + "exec_mode": "cluster",
  8 + "merge_logs": true,
  9 + "log_data_format": "YYYY-MM-DD HH:mm Z",
  10 + "env": {
  11 + "PORT": 30012,
  12 + "TZ": "Asia/Shanghai"
  13 + }
  14 + }
  15 + ]
  16 +}