qrcode_reader.ini 642 B

123456789101112131415161718192021222324252627
  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. [event]
  15. id = 1492099112_2612922-3896-9zwsccuvguz91jtw9y6lwvkud11ba7wt
  16. field = order_nr
  17. limit_field = 9
  18. # the 'actions' section key: value pairs are used in the PUT method.
  19. [actions]
  20. attended = True
  21. checked_in_by = ${eventman:username}
  22. checkin_datetime = %NOW%