diff options
| author | xengineering <me@xengineering.eu> | 2026-03-23 17:25:50 +0100 |
|---|---|---|
| committer | xengineering <me@xengineering.eu> | 2026-03-23 17:25:50 +0100 |
| commit | 321214bbe913d521e08e902a51344cbe2d223de9 (patch) | |
| tree | 75ae0d0587dc74923c90883f285adb4008a979bd /configs/valid/default.json | |
| parent | 1337229d4a202099d9847778507faa0f0f207f82 (diff) | |
| download | sia-server-321214bbe913d521e08e902a51344cbe2d223de9.tar sia-server-321214bbe913d521e08e902a51344cbe2d223de9.tar.zst sia-server-321214bbe913d521e08e902a51344cbe2d223de9.zip | |
Move default.json to configs/valid
Since the default configuration is a valid configuration it should
belong to this new directory. This allows to continue with extending
automated tests to test all configurations in this directory.
Diffstat (limited to 'configs/valid/default.json')
| -rw-r--r-- | configs/valid/default.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/configs/valid/default.json b/configs/valid/default.json new file mode 100644 index 0000000..b291185 --- /dev/null +++ b/configs/valid/default.json @@ -0,0 +1,11 @@ +{ + "mqtt": { + "broker": "tcp://127.0.0.1:1883", + "client-id": "siaserver", + "topic-prefix": "sia" + }, + "homematic": { + "ccu": "http://127.0.0.1:8080", + "polling-period": "50ms" + } +} |
