159 Star 2.1K Fork 716

GVP码农俱乐部/bbs-go

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
ecosystem.config.cjs 309 Bytes
一键复制 编辑 原始数据 按行查看 历史
大猫猫 提交于 2026-02-16 10:00 +08:00 . 1. 新增任务中心
module.exports = {
apps: [
{
name: "bbs-go",
script: "./bbs-go",
env: {
BBSGO_ENV: "prod",
},
// 如需使用集群模式,可根据机器配置开启:
// exec_mode: "cluster",
// instances: "max",
// max_memory_restart: "512M",
},
],
};
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/mlogclub/bbs-go.git
git@gitee.com:mlogclub/bbs-go.git
mlogclub
bbs-go
bbs-go
master

搜索帮助