Fixed the example config user's name to avaoid the issue in the build.

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

View File

@ -19,7 +19,7 @@ return [
'orm_default' => [ 'orm_default' => [
'params' => [ 'params' => [
'host' => 'localhost', 'host' => 'localhost',
'user' => 'root', 'user' => 'sqlmonarcuser',
'password' => 'password', 'password' => 'password',
'dbname' => 'monarc_common', 'dbname' => 'monarc_common',
], ],
@ -27,7 +27,7 @@ return [
'orm_cli' => [ 'orm_cli' => [
'params' => [ 'params' => [
'host' => 'localhost', 'host' => 'localhost',
'user' => 'root', 'user' => 'sqlmonarcuser',
'password' => 'password', 'password' => 'password',
'dbname' => 'monarc_master', 'dbname' => 'monarc_master',
], ],