Add file
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user