drupal mathallo is running

This commit is contained in:
2025-10-30 11:02:14 +01:00
parent ee1686340b
commit b453047cc1
9 changed files with 138 additions and 62 deletions

View File

@@ -29,11 +29,7 @@
* It is strongly recommended that you set zend.assertions=1 in the PHP.ini file
* (It cannot be changed from .htaccess or runtime) on development machines and
* to 0 or -1 in production.
*
* @see https://wiki.php.net/rfc/expectations
*/
assert_options(ASSERT_ACTIVE, TRUE);
assert_options(ASSERT_EXCEPTION, TRUE);
/**
* Enable local development services.

View File

@@ -893,9 +893,9 @@ $settings['migrate_node_migrate_type_classic'] = FALSE;
# include $app_root . '/' . $site_path . '/settings.local.php';
# }
$databases['default']['default'] = array (
'database' => 'epau',
'database' => 'mathallo',
'username' => 'root',
'password' => 'epau',
'password' => 'mathallo',
'prefix' => '',
'host' => 'mysql',
'port' => '3306',