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-27 14:04:45 +0800
Commit
d389e6ae3944ee58dd067ee3ed45ebbb48ec4a8b
1 parent
1743fa79
Add process.json
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 @
d389e6a
{
"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
,
"TZ"
:
"Asia/Shanghai"
}
}
]
}
\ No newline at end of file
...
...
Please
register
or
login
to post a comment