Created
January 18, 2018 16:10
-
-
Save phlegx/db21c67b8dcaf6b55896df2f8a415e39 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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