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

22 lines
415 B
Python

DATABASES = {
'default': {
'HOST': 'postgres',
'NAME': 'pandora',
'ENGINE': 'django.db.backends.postgresql_psycopg2',
'USER': 'pandora',
'PASSWORD': '${PANDORA_PWD}',
}
}
DB_GIN_TRGM = True
BROKER_URL = 'amqp://pandora:${PANDORA_RABBIT_PWD}@rabbitmq:5672//pandora'
EMAIL_HOST = 'postfix'
XACCELREDIRECT = True
GOOGLE_API_KEY = ''
DEBUG = True
JSON_DEBUG = DEBUG