Path and name fixes
This commit is contained in:
parent
ba0a279b4f
commit
07580cd132
4 changed files with 5 additions and 5 deletions
|
@ -7,8 +7,8 @@ $database = [
|
|||
'host' => '{{ database_host }}',
|
||||
'type' => 'mysql',
|
||||
'name' => '{{ dmarcsrg_database }}',
|
||||
'user' => '{{ dmarcsrg_datababse }}',
|
||||
'password' => '{{ dmarcsrg_datababse_password }}',
|
||||
'user' => '{{ dmarcsrg_database }}',
|
||||
'password' => '{{ dmarcsrg_database_password }}',
|
||||
'table_prefix' => ''
|
||||
];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue