Updated the DB name in the global config.

master
Ruslan Baidan 2024-10-06 17:31:00 +02:00
parent b85a6df84a
commit c6d2bfac10
No known key found for this signature in database
GPG Key ID: 4B7724C136BF1D89
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ return [
'port' => 3306, 'port' => 3306,
'user' => 'root', 'user' => 'root',
'password' => '', 'password' => '',
'dbname' => 'monarc_cli', 'dbname' => 'monarc_master',
'charset' => 'utf8', 'charset' => 'utf8',
'driverOptions' => [ 'driverOptions' => [
PDO::ATTR_STRINGIFY_FETCHES => false, PDO::ATTR_STRINGIFY_FETCHES => false,