root: revert to non-prometheus db backend

This commit is contained in:
Jens Langhammer 2020-06-15 12:12:32 +02:00
parent 6f0e292c43
commit e3d6ca6ab4
1 changed files with 1 additions and 1 deletions

View File

@ -188,7 +188,7 @@ WSGI_APPLICATION = "passbook.root.wsgi.application"
DATABASES = {
"default": {
"ENGINE": "django_prometheus.db.backends.postgresql",
"ENGINE": "django.db.backends.postgresql",
"HOST": CONFIG.y("postgresql.host"),
"NAME": CONFIG.y("postgresql.name"),
"USER": CONFIG.y("postgresql.user"),