qrcode_reader.ini 799 B

123456789101112131415161718192021222324252627282930
  1. [qrcode_reader]
  2. debug = true
  3. [connection]
  4. port = /dev/ttyACM0
  5. [eventman]
  6. url = https://localhost:5242/
  7. username = admin
  8. password = eventman
  9. ca =
  10. # in the 'event' section you have to specify the ID of the event,
  11. # the name of the field used to search for tickets and - optionally -
  12. # the number of chars in the field value that will be considered
  13. # for the match (limit_field).
  14. # Leave limit_field commented if you're managing data imported
  15. # using the Eventbrite API; if the data was imported from an
  16. # Eventbrite CSV, set it to 9.
  17. [event]
  18. id = 1492099112_2612922-3896-9zwsccuvguz91jtw9y6lwvkud11ba7wt
  19. field = order_nr
  20. #limit_field = 9
  21. # the 'actions' section key: value pairs are used in the PUT method.
  22. [actions]
  23. attended = True
  24. checked_in_by = ${eventman:username}
  25. checkin_datetime = %NOW%