Files
2026-03-18 22:04:12 +08:00

14 lines
220 B
JSON

{
"server": {
"port": "8080",
"host": "0.0.0.0"
},
"monitor": {
"interval_minutes": 5,
"timeout_seconds": 10,
"retry_count": 3,
"history_days": 7
},
"data_path": "./data"
}