91 Star 884 Fork 319

landalfyao / ddrun

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
ecosystem.config.js 451 Bytes
一键复制 编辑 原始数据 按行查看 历史
Landalf 提交于 2022-05-11 11:53 . fix: 修复bug
module.exports = {
apps: [
{
name: "ddrunv2-free-server",
script: "bootstrap.js",
cwd: "./server/",
// 是否启用监控模式,默认是false。如果设置成true,当应用程序变动时,pm2会自动重载。这里也可以设置你要监控的文件。
watch: false,
env: {
// 环境参数,当前指定为生产环境 process.env.NODE_ENV
NODE_ENV: "prod",
},
},
],
};
NodeJS
1
https://gitee.com/landalfyao/ddrun.git
git@gitee.com:landalfyao/ddrun.git
landalfyao
ddrun
ddrun
master

搜索帮助