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
Email Patches
Plain Diff
Browse Files
Authored by
姜枫
2016-08-27 12:00:34 +0800
Commit
68f8659c48d7c8d09988ba2ecbb7f02d33dd6c63
1 parent
139adc2b
add pm2 start script file
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
0 deletions
server/process.json
server/process.json
0 → 100644
View file @
68f8659
{
"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