airlock-dvslc/secrets.py.example

12 lines
332 B
Plaintext

# 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