From 93a05b5de5d5d2bcb5d6b0c60f55d7d926c3ffff Mon Sep 17 00:00:00 2001 From: Holger Cremer Date: Sat, 15 Dec 2018 19:06:15 +0100 Subject: adds a script thats sends product stats to mqtt --- shop2mqtt/shop2mqtt.conf.example | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 shop2mqtt/shop2mqtt.conf.example (limited to 'shop2mqtt/shop2mqtt.conf.example') 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 -- cgit v1.2.3