1 Star 0 Fork 63

李浩leehom / led

forked from qwdingyu / led 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pm2.json 529 Bytes
一键复制 编辑 原始数据 按行查看 历史
qwdingyu 提交于 2023-03-30 12:55 . fix npm start nodemon, add pm2
{
"apps": [
{
"name": "LedApi",
"script": "./src/server.js",
"instances": 1,
"exec_mode": "cluster",
"log_date_format": "YYYY-MM-DD HH:mm Z",
"watch": true,
"ignore_watch": ["node_modules", "logs"],
"merge_logs": true,
"min_uptime": "20s",
"out_file": "./logs/pm2/led_api_out.log",
"pid_file": "./logs/pm2/led_api.pid",
"error_file": "./logs/pm2/led_api_err.log",
"env": {
"NODE_ENV": "prod",
"logging": "on"
}
}
]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/leeho/led.git
git@gitee.com:leeho/led.git
leeho
led
led
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891