14 lines
207 B
JSON
14 lines
207 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"
|
|
}
|