Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-portal-fe2
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
shuaiguo
2020-07-03 16:46:01 +0800
Commit
aa5d60fcecdb617c3ce0495afdec7cb87354d411
2 parents
a367fc8c
b1c88181
Merge branch 'gray'
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
30 additions
and
9 deletions
code/process.json
server/process.json
code/process.json
View file @
aa5d60f
{
"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
}
...
...
server/process.json
0 → 100644
View file @
aa5d60f
{
"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"
}
}
]
}
...
...
Please
register
or
login
to post a comment