From 1e76b4ad12bd075e001252d67eae5f7ddf378394 Mon Sep 17 00:00:00 2001 From: Michael Pivato Date: Thu, 7 Feb 2019 07:04:29 +1030 Subject: [PATCH] Add config file --- config.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 config.json diff --git a/config.json b/config.json new file mode 100644 index 0000000..a7e5b88 --- /dev/null +++ b/config.json @@ -0,0 +1,9 @@ +{ + "mqtt": + { + "host": "127.0.0.1", + "port":1883, + "timeout":60, + "swarm": "swarm1" + } +} \ No newline at end of file