summaryrefslogtreecommitdiffstats
path: root/shop2mqtt/shop2mqtt.conf.example
diff options
context:
space:
mode:
authorholger <holgercremer@gmail.com>2019-11-01 21:55:22 +0100
committerGitHub <noreply@github.com>2019-11-01 21:55:22 +0100
commit04e0406316320f6039365b80de8c58c3c58413c5 (patch)
treece31b694a0f2604ea16a9ae5580426ea666941ba /shop2mqtt/shop2mqtt.conf.example
parent2714fc190f01894eaaa64bf3869a4a4269ab1dcf (diff)
parentd92aa9d79a3f80557119b660f7191e96b7d79878 (diff)
downloadserial-barcode-scanner-04e0406316320f6039365b80de8c58c3c58413c5.tar.bz2
Merge pull request #45 from smilix/master
mqtt script & pdf generation improvements
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