drupal installed and running

This commit is contained in:
2023-11-19 12:07:28 +01:00
parent 96437d8c05
commit 0b98b4c16e
6 changed files with 34 additions and 22 deletions

View File

@@ -845,9 +845,9 @@ $settings['migrate_node_migrate_type_classic'] = FALSE;
$databases['default']['default'] = array (
'database' => 'reha',
'database' => 'erable',
'username' => 'root',
'password' => 'reha',
'password' => 'erable',
'prefix' => '',
'host' => 'mysql',
'port' => '3306',