[HLCC-ICE-000001][ZY-CONTRIB-20260723-001] feat: 以来光者贡献链启用冰朔第五域个人子频道
This commit is contained in:
commit
5615453e4e
660 changed files with 122355 additions and 0 deletions
14
server-tools/deployment-receiver/ecosystem.config.cjs
Normal file
14
server-tools/deployment-receiver/ecosystem.config.cjs
Normal 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"
|
||||
}
|
||||
}]
|
||||
};
|
||||
Loading…
Reference in a new issue