Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
tax_api
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
data_server
tax_api
Commits
192e2b77
Commit
192e2b77
authored
Mar 15, 2019
by
何娜
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Delete pm2.json
parent
0464d1b0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
22 deletions
+0
-22
pm2.json
pm2.json
+0
-22
No files found.
pm2.json
deleted
100644 → 0
View file @
0464d1b0
{
"name"
:
"IITAPITest"
,
//
应用名称
"script"
:
"./index.js"
,
//
实际启动脚本
"cwd"
:
"./"
//
当前工作路径
//
"watch"
:
[
//
监控变化的目录,一旦变化,自动重启
//
"bin"
,
//
"routers"
//
],
//
"ignore_watch"
:
[
//
从监控目录中排除
//
"node_modules"
,
//
"logs"
,
//
"public"
//
],
//
"watch_options"
:
{
//
"followSymlinks"
:
false
//
},
//
"error_file"
:
"./logs/app-err.log"
,
//
错误日志路径
//
"out_file"
:
"./logs/app-out.log"
//
普通日志路径
//
"env"
:
{
//
"NODE_ENV"
:
"production"
//
环境参数,当前指定为生产环境
//
}
}
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