add missing constant

This commit is contained in:
Lee Lawlor 2014-02-18 12:12:35 -05:00
parent b4764ea83d
commit 2a1abf154b

View File

@ -14,6 +14,9 @@ APPLICATION_IP_ADDRESS = '127.0.0.1'
# domain for the API
API_DOMAIN = 'http://127.0.0.1:3000/'
# admin email addresses
ADMIN_EMAILS = []
# get api key from HTTP headers if this value is present
HTTP_HEADER_API_KEY_NAME = 'THINGSPEAKAPIKEY'