summaryrefslogtreecommitdiff
path: root/config.json
blob: 223dbcfcf56c3a32164ff5e974a1441f024b6096 (plain)
1
2
3
4
5
6
7
8
9
10
11
{
    "mqtt":{
        "broker":"127.0.0.1",
        "port":1883,
        "topic":"xengineering.eu/iot-barcode-scanner"
    },
    "scanner":{
        "evdev_path":"/dev/input/event4",
        "fifo_path":"/tmp/xengineering.eu/iot-barcode-scanner/scanner_fifo"
    }
}