1 Star 0 Fork 8

李航/koa2-typescript-mongose

forked from CPC123456/koa2-typescript 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pm2.config.js 645 Bytes
一键复制 编辑 原始数据 按行查看 历史
const pkg = require("./package.json");
module.exports = {
apps: [
{
"name": pkg.name,//应用程序名称
"script": "bin/www",//应用程序的脚本路径
"cwd":"./",//根目录
"instances": 1,//应用启动实例个数,仅在cluster模式有效,默认为fork;
"exec_mode": "cluster",//应用程序启动模式,支持fork和cluster模式,默认是fork;
"error_file": "/dev/null",//不要错误日志
"out_file": "/dev/null",//不要日志文件
"max_restarts": 10,
"instance_var": "INSTANCE_ID"
}
]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
NodeJS
1
https://gitee.com/li-hang/koa2-typescript-mongose.git
git@gitee.com:li-hang/koa2-typescript-mongose.git
li-hang
koa2-typescript-mongose
koa2-typescript-mongose
master

搜索帮助