Use the correct variable
This commit is contained in:
parent
4caa7b2b28
commit
6baf397f6b
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ DATABASES = {
|
|||
'default': {
|
||||
'ENGINE': 'django.db.backends.postgresql_psycopg2',
|
||||
'NAME': '{{ pdc_db_name }}',
|
||||
'USER': '{{ pdc_db_username }}',
|
||||
'USER': '{{ pdc_db_user }}',
|
||||
'PASSWORD': '{{ pdc_db_password }}',
|
||||
'HOST': '{{ pdc_db_host }}',
|
||||
# 'PORT': '',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue