remove constant that is no longer used

This commit is contained in:
Lee Lawlor 2014-03-31 19:07:20 -04:00
parent 2ce67bde91
commit 5f4bee0d52

View File

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