Add files via upload

This commit is contained in:
liuxunxun7-max 2026-03-09 13:44:20 +08:00 committed by GitHub
parent 669d1bf0e8
commit 42daed004a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 21 additions and 0 deletions

View File

@ -0,0 +1,21 @@
{
"server": {
"httpPort": 3000,
"wsPort": 3018
},
"patrol": {
"interval": 60000,
"maxHistory": 50
},
"alert": {
"warningThreshold": 80,
"criticalThreshold": 90
},
"log": {
"file": "health-log.json",
"maxDays": 7
},
"heartbeat": {
"timeout": 300000
}
}