config.json hinzugefügt

This commit is contained in:
2026-02-08 18:53:48 +01:00
parent 6000d86953
commit 2e02a5584a

13
config.json Normal file
View File

@ -0,0 +1,13 @@
{
"db_path": "data/mmp.sqlite",
"cost_center_map": "cost_centers.json",
"telnet": {
"read_timeout_sec": 25,
"connect_timeout_sec": 10,
"command": "ostatus"
},
"devices": [
{ "name": "mmp17-1", "host": "192.168.252.155", "port": 20108, "enabled": true, "username": null, "password": null },
{ "name": "mmp17-2", "host": "192.168.252.156", "port": 20108, "enabled": false, "username": null, "password": null }
]
}