Spotter-VM/pandora/srv/pandora/pandora/local_settings.py

17 lines
362 B
Python
Raw Normal View History

DATABASES = {
'default': {
'NAME': 'pandora',
'ENGINE': 'django.db.backends.postgresql_psycopg2',
'USER': 'pandora',
'PASSWORD': '${PANDORA_PWD}',
}
}
BROKER_URL = '${PANDORA_BROKER_URL}'
DB_GIN_TRGM = True
XACCELREDIRECT = True
GOOGLE_API_KEY = 'AIzaSyBvIF3D550tlpL6o1xRrDurGo-81VhHlOw'
2017-11-29 21:27:11 +01:00
DEBUG = True
JSON_DEBUG = DEBUG