Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-shop-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
Email Patches
Plain Diff
Browse Files
Authored by
shuaiguo
2020-07-03 16:51:35 +0800
Commit
347ffe53b2987f7411001900bf906cad4610ea6b
1 parent
6bac397f
添加process
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
32 additions
and
0 deletions
code/process.json
server/process.json
code/process.json
0 → 100644
View file @
347ffe5
{
"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
...
...
server/process.json
0 → 100644
View file @
347ffe5
{
"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
...
...
Please
register
or
login
to post a comment