Fix pdc var.
This commit is contained in:
parent
3d56e00bb3
commit
5e65017e8a
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ DATABASES = {
|
|||
'ENGINE': 'django.db.backends.postgresql_psycopg2',
|
||||
'NAME': '{{ pdc_db_name }}',
|
||||
'USER': '{{ pdc_db_user }}',
|
||||
'PASSWORD': '{{ pdc_db_password }}',
|
||||
'PASSWORD': '{{ pdc_db_pass }}',
|
||||
'HOST': '{{ pdc_db_host }}',
|
||||
# 'PORT': '',
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue