[HLCC-ICE-000001][ZY-CONTRIB-20260723-001] feat: 以来光者贡献链启用冰朔第五域个人子频道
This commit is contained in:
commit
5615453e4e
660 changed files with 122355 additions and 0 deletions
17
zero-point/core-channel/revive-guard/ecosystem.config.json
Normal file
17
zero-point/core-channel/revive-guard/ecosystem.config.json
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"apps": [{
|
||||
"name": "revive-guard",
|
||||
"script": "revive-guard.py",
|
||||
"interpreter": "python3",
|
||||
"cwd": "/opt/zhuyuan/revive-guard",
|
||||
"env": {
|
||||
"REVIVE_GUARD_PORT": "8922",
|
||||
"QQ_SMTP_AUTH_CODE": "FROM_SERVER_ENV"
|
||||
},
|
||||
"out_file": "/opt/zhuyuan/revive-guard/logs/out.log",
|
||||
"error_file": "/opt/zhuyuan/revive-guard/logs/err.log",
|
||||
"log_date_format": "YYYY-MM-DD HH:mm:ss",
|
||||
"max_restarts": 999,
|
||||
"restart_delay": 5000
|
||||
}]
|
||||
}
|
||||
Loading…
Reference in a new issue