Toggle navigation
Toggle navigation
This project
Loading...
Sign in
张泽世
/
yohobuywap-node
·
Commits
Go to a project
GitLab
Go to dashboard
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-05-25 15:07:00 +0800
Commit
6aeff8dc3cc65e05641ce33019e72d2ed6a7fa66
1 parent
6bd1929e
add pm2 start config. and we can start&reload application use `pm2 startOrReload process.json`
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
0 deletions
process.json
process.json
0 → 100644
View file @
6aeff8d
{
"apps"
:
[
{
"name"
:
"yohobuywap-node"
,
"script"
:
"app.js"
,
"instances"
:
"max"
,
"exec_mode"
:
"cluster"
,
"env"
:
{
"PORT"
:
6001
}
}
]
}
\ No newline at end of file
...
...
Please
register
or
login
to post a comment