From 0ae7c4b7d4b0efade9190600fcfa38712aaf2c5c Mon Sep 17 00:00:00 2001 From: Sven-Ove Bjerkan Date: Fri, 4 Aug 2017 14:07:48 +0200 Subject: [PATCH] Added more of the optional parameters --- config/config.sample.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/config.sample.json b/config/config.sample.json index 241454b..e6ea469 100644 --- a/config/config.sample.json +++ b/config/config.sample.json @@ -1,5 +1,7 @@ { + "enableHTTPserver": true, "mqtt_host": "mqtt://127.0.0.1", + "topic_namespace": "harmony-api", "mqtt_options": { "port": 1883, "username": "someuser",