From 3f739baab456c2cc977f11090381d1f61eb023c4 Mon Sep 17 00:00:00 2001 From: xengineering Date: Thu, 15 Oct 2020 12:48:30 +0200 Subject: Split Executable to reduce root-priviledged Code Execution --- config.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'config.json') diff --git a/config.json b/config.json index 3f046a3..223dbcf 100644 --- a/config.json +++ b/config.json @@ -2,6 +2,10 @@ "mqtt":{ "broker":"127.0.0.1", "port":1883, - "topic":"eu/xengineering/iot-barcode-scanner" + "topic":"xengineering.eu/iot-barcode-scanner" + }, + "scanner":{ + "evdev_path":"/dev/input/event4", + "fifo_path":"/tmp/xengineering.eu/iot-barcode-scanner/scanner_fifo" } } -- cgit v1.2.3-70-g09d2