summaryrefslogtreecommitdiff
path: root/config.json
diff options
context:
space:
mode:
authorxengineering <mail2xengineering@protonmail.com>2020-10-29 12:11:32 +0100
committerxengineering <mail2xengineering@protonmail.com>2020-10-29 12:15:46 +0100
commit84b9ddcc2905f5d8667cfef1359b724c23d27365 (patch)
tree4e5a4c9ba39d8ec8c1a63a2bda4d7e9fc402ae40 /config.json
parent56503ecf9bccd9a318142e2946f84e5f57be5eeb (diff)
downloadiot-barcode-scanner-84b9ddcc2905f5d8667cfef1359b724c23d27365.tar
iot-barcode-scanner-84b9ddcc2905f5d8667cfef1359b724c23d27365.tar.zst
iot-barcode-scanner-84b9ddcc2905f5d8667cfef1359b724c23d27365.zip
Setup basic Systemd Units
Diffstat (limited to 'config.json')
-rw-r--r--config.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/config.json b/config.json
index 223dbcf..9ee7179 100644
--- a/config.json
+++ b/config.json
@@ -2,10 +2,10 @@
"mqtt":{
"broker":"127.0.0.1",
"port":1883,
- "topic":"xengineering.eu/iot-barcode-scanner"
+ "topic":"xengineering.eu/iot-barcode"
},
"scanner":{
- "evdev_path":"/dev/input/event4",
- "fifo_path":"/tmp/xengineering.eu/iot-barcode-scanner/scanner_fifo"
+ "evdev_path":"/dev/input/event0",
+ "fifo_path":"/tmp/iot-barcode/scanner_fifo"
}
}