drupal installed and running

This commit is contained in:
2024-02-20 11:50:43 +01:00
parent e0d3519e9d
commit c49bb7bc54
3 changed files with 176 additions and 3 deletions

View File

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