diff options
Diffstat (limited to 'shop2mqtt/shop2mqtt.conf.example')
-rw-r--r-- | shop2mqtt/shop2mqtt.conf.example | 10 |
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 |