Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
activities
/
web-lottery
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
1
Pipelines
Wiki
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
04c752f2
authored
Sep 25, 2023
by
Lays-lzq
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 补全配置
parent
d00fed10
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
2 deletions
+16
-2
pm2.json
+16
-2
No files found.
pm2.json
View file @
04c752f2
...
@@ -134,6 +134,21 @@
...
@@ -134,6 +134,21 @@
},
},
"error_file"
:
"./logs/app-err.log"
,
"error_file"
:
"./logs/app-err.log"
,
"out_file"
:
"./logs/app-out.log"
"out_file"
:
"./logs/app-out.log"
},
{
"name"
:
"lottery-cdzhcm"
,
"script"
:
"npm"
,
"args"
:
"run start:cdzhcm"
,
"instances"
:
"max"
,
"exec_mode"
:
"cluster"
,
"autorestart"
:
true
,
"max_memory_restart"
:
"32G"
,
"env"
:
{
"mode"
:
"cdzhcm"
,
"NODE_ENV"
:
"production"
},
"error_file"
:
"./logs/app-err.log"
,
"out_file"
:
"./logs/app-out.log"
}
}
]
]
}
}
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment