96 Star 829 Fork 278

GVPBidingCC/BuildingAI

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
ecosystem.config.js 839 Bytes
一键复制 编辑 原始数据 按行查看 历史
module.exports = {
apps: [
{
name: "buildingai",
script: "dist/main.js",
cwd: "packages/api",
instances: "1",
exec_mode: "cluster",
autorestart: true,
watch: false,
max_memory_restart: "1G",
env: {
NODE_ENV: "production",
},
env_production: {
NODE_ENV: "production",
},
env_development: {
NODE_ENV: "development",
},
error_file: "../../logs/pm2/api-error.log",
out_file: "../../logs/pm2/api-out.log",
log_file: "../../logs/pm2/api-combined.log",
time: true,
merge_logs: true,
log_date_format: "YYYY-MM-DD HH:mm:ss Z",
},
],
};
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/BidingCC/BuildingAI.git
git@gitee.com:BidingCC/BuildingAI.git
BidingCC
BuildingAI
BuildingAI
master

搜索帮助