Add Pandora Google Maps API key, closes #12

This commit is contained in:
Disassembler 2017-09-18 23:43:23 +02:00
parent 95b663ca4d
commit 5bccbd0836

View File

@ -10,6 +10,8 @@ BROKER_URL = '${PANDORA_BROKER_URL}'
DB_GIN_TRGM = True
XACCELREDIRECT = True
GOOGLE_API_KEY = 'AIzaSyBvIF3D550tlpL6o1xRrDurGo-81VhHlOw'
DEBUG = False
TEMPLATE_DEBUG = DEBUG
JSON_DEBUG = False