Config typos

This commit is contained in:
Mike Young
2019-12-31 22:08:17 -05:00
parent e42fc82563
commit 5358074d8a

View File

@@ -107,7 +107,7 @@ DATABASES = {
DATABASES = { DATABASES = {
"default": { "default": {
"ENGINE": "django.db.backends.postgresql", "ENGINE": "django.db.backends.postgresql",
"NAME": CONFIG.database, "NAME": CONFIG.catalogue_db,
"PASSWORD": CONFIG.password, "PASSWORD": CONFIG.password,
} }
} }