Use the correct variable

This commit is contained in:
Pierre-Yves Chibon 2015-09-30 13:49:38 +02:00
parent 4caa7b2b28
commit 6baf397f6b

View file

@ -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': '',