summaryrefslogtreecommitdiff
path: root/configs/default.json
diff options
context:
space:
mode:
authorxengineering <me@xengineering.eu>2026-03-23 17:25:50 +0100
committerxengineering <me@xengineering.eu>2026-03-23 19:56:36 +0100
commit04e6d681f04731c67b9b65fb6a55a21184fd4baa (patch)
tree930415e3d41ffe48d8e82c8cb178f1011cce120f /configs/default.json
parent1337229d4a202099d9847778507faa0f0f207f82 (diff)
downloadsia-server-04e6d681f04731c67b9b65fb6a55a21184fd4baa.tar
sia-server-04e6d681f04731c67b9b65fb6a55a21184fd4baa.tar.zst
sia-server-04e6d681f04731c67b9b65fb6a55a21184fd4baa.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/default.json')
-rw-r--r--configs/default.json11
1 files changed, 0 insertions, 11 deletions
diff --git a/configs/default.json b/configs/default.json
deleted file mode 100644
index b291185..0000000
--- a/configs/default.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "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"
- }
-}