summaryrefslogtreecommitdiffstats
path: root/shop2mqtt/shop2mqtt.conf.example
diff options
context:
space:
mode:
authorHolger Cremer <HolgerCremer@gmail.com>2018-12-15 19:06:15 +0100
committerHolger Cremer <HolgerCremer@gmail.com>2018-12-16 19:47:05 +0100
commit93a05b5de5d5d2bcb5d6b0c60f55d7d926c3ffff (patch)
tree5ee7ca7e8823de077625c2422a7bedcfb01a127a /shop2mqtt/shop2mqtt.conf.example
parent0dcf1618625168cc92e67c0ea385a589cd989e10 (diff)
downloadserial-barcode-scanner-93a05b5de5d5d2bcb5d6b0c60f55d7d926c3ffff.tar.bz2
adds a script thats sends product stats to mqtt
Diffstat (limited to 'shop2mqtt/shop2mqtt.conf.example')
-rw-r--r--shop2mqtt/shop2mqtt.conf.example10
1 files changed, 10 insertions, 0 deletions
diff --git a/shop2mqtt/shop2mqtt.conf.example b/shop2mqtt/shop2mqtt.conf.example
new file mode 100644
index 0000000..39aece5
--- /dev/null
+++ b/shop2mqtt/shop2mqtt.conf.example
@@ -0,0 +1,10 @@
+[mqtt]
+host = spacegate.mainframe.lan
+host_cert = spacegate.cert.pem
+port = 8883
+username = shop
+password = ...
+topic = /shop/stock
+
+[shop]
+shop_db = ../shop.db \ No newline at end of file