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
1
+
{
2
+
"apps"
:
[
3
+
{
4
+
"name"
:
"yohobuy-portal"
,
5
+
"script"
:
"index.js"
,
6
+
"instances"
:
"max"
,
7
+
"exec_mode"
:
"cluster"
,
8
+
"merge_logs"
:
true
,
9
+
"log_data_format"
:
"YYYY-MM-DD HH:mm Z"
,
10
+
"env"
:
{
11
+
"PORT"
:
30012
,
12
+
"TZ"
:
"Asia/Shanghai"
13
+
}
14
+
}
15
+
]
16
+
}
Please
register
or
login
to post a comment