2017-04-15 15:02:48 +02:00
|
|
|
[qrcode_reader]
|
|
|
|
debug = true
|
|
|
|
|
2017-04-15 11:07:27 +02:00
|
|
|
[connection]
|
|
|
|
port = /dev/ttyACM0
|
|
|
|
|
|
|
|
[eventman]
|
|
|
|
url = https://localhost:5242/
|
|
|
|
username = admin
|
|
|
|
password = eventman
|
|
|
|
ca =
|
|
|
|
|
2017-04-15 17:34:06 +02:00
|
|
|
# in the 'event' section you have to specify the ID of the event,
|
|
|
|
# the name of the field used to search for tickets and - optionally -
|
|
|
|
# the number of chars in the field value that will be considered
|
2017-09-10 16:06:32 +02:00
|
|
|
# for the match (limit_field).
|
|
|
|
# Leave limit_field commented if you're managing data imported
|
|
|
|
# using the Eventbrite API; if the data was imported from an
|
|
|
|
# Eventbrite CSV, set it to 9.
|
2017-04-15 11:07:27 +02:00
|
|
|
[event]
|
|
|
|
id = 1492099112_2612922-3896-9zwsccuvguz91jtw9y6lwvkud11ba7wt
|
|
|
|
field = order_nr
|
2017-09-10 16:06:32 +02:00
|
|
|
#limit_field = 9
|
2017-04-15 11:07:27 +02:00
|
|
|
|
2017-04-15 17:34:06 +02:00
|
|
|
# the 'actions' section key: value pairs are used in the PUT method.
|
2017-04-15 11:07:27 +02:00
|
|
|
[actions]
|
|
|
|
attended = True
|
|
|
|
checked_in_by = ${eventman:username}
|
2017-04-15 17:34:06 +02:00
|
|
|
checkin_datetime = %NOW%
|
|
|
|
|