forked from GithubBackups/healthchecks
Merge branch 'master' of github.com:healthchecks/healthchecks
This commit is contained in:
commit
930ad9e0c5
@ -93,7 +93,7 @@ DATABASES = {
|
||||
if os.environ.get("DB") == "postgres":
|
||||
DATABASES = {
|
||||
'default': {
|
||||
'ENGINE': 'django.db.backends.postgresql_psycopg2',
|
||||
'ENGINE': 'django.db.backends.postgresql',
|
||||
'NAME': 'hc',
|
||||
'USER': 'postgres',
|
||||
'TEST': {'CHARSET': 'UTF8'}
|
||||
|
Loading…
x
Reference in New Issue
Block a user