Merge branch 'gray'
Showing
2 changed files
with
30 additions
and
9 deletions
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 | +} |
server/process.json
0 → 100644
-
Please register or login to post a comment