1 Star 0 Fork 94

何全 / Dave

forked from Dave / Dave 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pm2.json 837 Bytes
一键复制 编辑 原始数据 按行查看 历史
Dave 提交于 2020-06-10 16:20 . 新增mysql链接
{
"apps":[
{
"name": "hospital_node",
"script": "./build/app.js",
"cwd": "./",
"out_file": "./logs/out.log.log",
"error_file": "./logs/err.log.log",
"watch": true,
"log_date_format": "YYYY-MM-DD HH:mm:ss",
"ignore_watch": [
"logs",
"prescribe"
]
},{
"name": "yjhl_node",
"script": "/server/bjyyq/node/index.js",
"cwd": "./",
"out_file": "/server/bjyyq/node/out.log.log",
"error_file": "/server/bjyyq/node/err.log.log",
"watch": true,
"log_date_format": "YYYY-MM-DD HH:mm:ss",
"ignore_watch": [
"logs"
]
}
]
}
NodeJS
1
https://gitee.com/hequan2019/Dave.git
git@gitee.com:hequan2019/Dave.git
hequan2019
Dave
Dave
master

搜索帮助