Browse Source

Merge branch 'master' of github.com:healthchecks/healthchecks

pull/50/head
Pēteris Caune 9 years ago
parent
commit
930ad9e0c5
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      hc/settings.py

+ 1
- 1
hc/settings.py View File

@ -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…
Cancel
Save