[HLCC-ICE-000001][ZY-CONTRIB-20260723-001] feat: 以来光者贡献链启用冰朔第五域个人子频道

This commit is contained in:
光湖代码频道 · 铸渊 2026-07-24 10:39:10 +08:00
commit 5615453e4e
660 changed files with 122355 additions and 0 deletions

View file

@ -0,0 +1,14 @@
module.exports = {
apps: [{
name: "guanghu-deployment-receiver",
script: "receiver.js",
cwd: "/opt/zhuyuan/fifth-domain/server-tools/deployment-receiver",
instances: 1,
autorestart: true,
max_memory_restart: "128M",
env: {
NODE_ENV: "production",
DEPLOY_RECEIVER_CONFIG: "/etc/guanghu-deployment-receiver/config.json"
}
}]
};