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
姜枫
2016-08-26 17:28:50 +0800
Commit
f89a7a25f37e233ce7e9bf5cefb832987e16b325
1 parent
f65d4ca2
add pm2 start script file
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
0 deletions
server/process.json
server/process.json
0 → 100644
View file @
f89a7a2
{
"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
}
}
]
}
...
...
Please
register
or
login
to post a comment