Skip to content

Commit

Permalink
Fixed the example config user's name to avaoid the issue in the build.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruslan Baidan committed Oct 6, 2024
1 parent c6d2bfa commit bdc59dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/autoload/local.php.dist
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ return [
'orm_default' => [
'params' => [
'host' => 'localhost',
'user' => 'root',
'user' => 'sqlmonarcuser',
'password' => 'password',
'dbname' => 'monarc_common',
],
],
'orm_cli' => [
'params' => [
'host' => 'localhost',
'user' => 'root',
'user' => 'sqlmonarcuser',
'password' => 'password',
'dbname' => 'monarc_master',
],
Expand Down

0 comments on commit bdc59dc

Please sign in to comment.