doorlock/.env.example
Dana Woodman de1b182586 Add DoorLock controller model
Add more tests, cleanup
2018-03-04 16:09:09 -08:00

10 lines
306 B
Plaintext

# COBOT_CARDS_API='https://chimera.cobot.me/api/check_in_tokens'
COBOT_CLIENT_ID='...'
COBOT_CLIENT_SECRET='...'
COBOT_REDIRECT_URL='http://10.0.1.48:8080/success'
# COBOT_SCOPE='checkin_tokens'
COBOT_USER_EMAIL='...'
COBOT_USER_PASSWORD='...'
RFID_PRODUCT_NAME='Name of USB device'
# USB_MOUNT_PATH='...'