This commit is contained in:
2022-06-27 11:58:39 -07:00
parent 0e638e51bf
commit f6c206e0b1
5 changed files with 40 additions and 1 deletions

View File

@ -21,11 +21,16 @@ barcode_server:
# (optional) Time to wait between retries
retry_interval: 2s
# (optional) HTTP push configuration
# (optional) Serial push configuration
serial:
# URL to send events to using a request
path: "/dev/ttyUSB0"
# (optional) file push configuration
file:
# URL to send events to using a request
path: "/var/www/barcode-server"
# (optional) HTTP push configuration
# http:
# URL to send events to using a request