2026-05-10 13:12:44 +08:00

21 lines
327 B
JSON

{
"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
}
}