diff --git a/pandora/srv/pandora/pandora/local_settings.py b/pandora/srv/pandora/pandora/local_settings.py index 514542c..9d8957e 100644 --- a/pandora/srv/pandora/pandora/local_settings.py +++ b/pandora/srv/pandora/pandora/local_settings.py @@ -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