summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
Diffstat (limited to 'configs')
-rw-r--r--configs/default.json11
1 files changed, 11 insertions, 0 deletions
diff --git a/configs/default.json b/configs/default.json
new file mode 100644
index 0000000..9d3fb07
--- /dev/null
+++ b/configs/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-milliseconds": 50
+ }
+}