summaryrefslogtreecommitdiff
path: root/config.json
diff options
context:
space:
mode:
authorxengineering <mail2xengineering@protonmail.com>2020-09-27 21:12:51 +0200
committerxengineering <mail2xengineering@protonmail.com>2020-09-27 21:12:51 +0200
commit449b490f233371fe28e9089a05982cd5634285d2 (patch)
tree64ccdf7879f0312f477cd381b5f10bd01b9dafbb /config.json
parent30551b56cb20d6cd8dbf72277dc829e0041722ed (diff)
downloadiot-barcode-scanner-449b490f233371fe28e9089a05982cd5634285d2.tar
iot-barcode-scanner-449b490f233371fe28e9089a05982cd5634285d2.tar.zst
iot-barcode-scanner-449b490f233371fe28e9089a05982cd5634285d2.zip
Implement MVP
Diffstat (limited to 'config.json')
-rw-r--r--config.json7
1 files changed, 7 insertions, 0 deletions
diff --git a/config.json b/config.json
new file mode 100644
index 0000000..3f046a3
--- /dev/null
+++ b/config.json
@@ -0,0 +1,7 @@
+{
+ "mqtt":{
+ "broker":"127.0.0.1",
+ "port":1883,
+ "topic":"eu/xengineering/iot-barcode-scanner"
+ }
+}