From 2e02a5584ae8424d254d8ffcd4a039add836df38 Mon Sep 17 00:00:00 2001 From: Ralf-Peter Wolff Date: Sun, 8 Feb 2026 18:53:48 +0100 Subject: [PATCH] =?UTF-8?q?config.json=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 config.json diff --git a/config.json b/config.json new file mode 100644 index 0000000..2d07998 --- /dev/null +++ b/config.json @@ -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 } + ] +} \ No newline at end of file