You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
332 B

# Door cards API key
# should be equal to the auth token value set in Spaceport
DOOR_API_KEY = ''
# Door API routes
API_STATS = 'https://api.my.protospace.ca/stats/'
API_DOOR = 'https://api.my.protospace.ca/door/'
API_SEEN = lambda x: 'https://api.my.protospace.ca/door/{}/seen/'.format(x)
# Card reader settings
BAUD_RATE = 2400