Skip to content

Instantly share code, notes, and snippets.

@phlegx
Created January 18, 2018 16:10
ag POSTGRES
sentry.conf.py
5:# SENTRY_POSTGRES_HOST
6:# SENTRY_POSTGRES_PORT
43:postgres = env('SENTRY_POSTGRES_HOST') or (env('POSTGRES_PORT_5432_TCP_ADDR') and 'postgres')
50: or env('POSTGRES_ENV_POSTGRES_USER')
55: or env('POSTGRES_ENV_POSTGRES_USER')
60: or env('POSTGRES_ENV_POSTGRES_PASSWORD')
65: env('SENTRY_POSTGRES_PORT')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment