Correct password reference in settings.local

This commit is contained in:
Chris Thompson 2018-08-22 16:59:56 -04:00
parent 880a002318
commit 2e0f18b045

View file

@ -9,7 +9,7 @@ $databases['default']['default'] = array(
'driver' => 'mysql',
'database' => '{{ drupal_db_name }}',
'username' => '{{ drupal_db_user }}',
'password' => '{{ db_pwd }}',
'password' => '{{ drupal_db_password }}',
'host' => '{{ drupal_db_host|default(localhost) }}',
'prefix' => '',
);