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`
Show 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
1
+
{
2
+
"apps"
:
[
3
+
{
4
+
"name"
:
"yohobuywap-node"
,
5
+
"script"
:
"app.js"
,
6
+
"instances"
:
"max"
,
7
+
"exec_mode"
:
"cluster"
,
8
+
"env"
:
{
9
+
"PORT"
:
6001
10
+
}
11
+
}
12
+
]
13
+
}
Please
register
or
login
to post a comment