Skip to content
Snippets Groups Projects
Commit 83475c60 authored by Callum Inglis's avatar Callum Inglis
Browse files

Update secrets.py for Pi Reciever

parent 8348ee17
No related branches found
No related tags found
No related merge requests found
# Gateway API Key, as configured on frontend/API
GATEWAY_API_KEY = "<GATEWAY API KEY HERE>" GATEWAY_API_KEY = "<GATEWAY API KEY HERE>"
API_KEY = "<GENERIC API KEY HERE>"
# If using HTTP Basic Auth, specify username:password@ string here
API_HTTP_BASIC_AUTH = ""
# Rabbit MQ Authentication
MQ_USER = "<Rabbit MQ Username Here>"
MQ_PASS = "<Rabbit MQ Password Here>"
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment