Updated the DB name in the global config.
parent
b85a6df84a
commit
c6d2bfac10
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue