2020-02-27 23:07:23 +00:00
|
|
|
# Door cards API key
|
|
|
|
# should be equal to the auth token value set in Spaceport
|
|
|
|
DOOR_API_KEY = ''
|
2023-03-15 20:04:38 +00:00
|
|
|
|
|
|
|
# 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
|