chore: sync

This commit is contained in:
2026-03-18 22:04:12 +08:00
parent d861a9937b
commit 360a5f15b9
4 changed files with 9074 additions and 426 deletions

View File

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