mirror of https://github.com/zulip/zulip.git
database: Use new name of PostGresql backend.
This commit is contained in:
parent
7f5703a21f
commit
555d5b4dc6
|
@ -377,7 +377,7 @@ RUNNING_INSIDE_TORNADO = False
|
|||
########################################################################
|
||||
|
||||
DATABASES = {"default": {
|
||||
'ENGINE': 'django.db.backends.postgresql_psycopg2',
|
||||
'ENGINE': 'django.db.backends.postgresql',
|
||||
'NAME': 'zulip',
|
||||
'USER': 'zulip',
|
||||
'PASSWORD': '', # Authentication done via certificates
|
||||
|
|
Loading…
Reference in New Issue