summaryrefslogtreecommitdiff
path: root/config.json
blob: 9ee717993b4a91f766c67abcbb0c2662ce0395b4 (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":{
        "evdev_path":"/dev/input/event0",
        "fifo_path":"/tmp/iot-barcode/scanner_fifo"
    }
}