Skip to content

Commit 07792dc

Browse files
committed
doc enhancement
1 parent e06764f commit 07792dc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,10 @@ return [
7474
'orm_default' => [
7575
'driverClass' =>'Doctrine\DBAL\Driver\PDOMySql\Driver',
7676
'params' => [
77-
'user' => 'root',
78-
'password' => '',
77+
'user' => 'mysqluser',
78+
'password' => 'mysqlpassword',
7979
'dbname' => 'mysqldbname',
80-
'host' => 'localhost',
80+
'host' => 'mysqlhost',
8181
'port' => '3306',
8282
],
8383
],
@@ -86,7 +86,7 @@ return [
8686
];
8787
```
8888

89-
> If you use other RDBMS, you may configure your own `db` config.
89+
> If you use other RDBMS, you may configure your own `db` or `doctrine` config.
9090
9191
**3. Require this module uses [composer](https://getcomposer.org/).**
9292

0 commit comments

Comments
 (0)