We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e06764f commit 07792dcCopy full SHA for 07792dc
README.md
@@ -74,10 +74,10 @@ return [
74
'orm_default' => [
75
'driverClass' =>'Doctrine\DBAL\Driver\PDOMySql\Driver',
76
'params' => [
77
- 'user' => 'root',
78
- 'password' => '',
+ 'user' => 'mysqluser',
+ 'password' => 'mysqlpassword',
79
'dbname' => 'mysqldbname',
80
- 'host' => 'localhost',
+ 'host' => 'mysqlhost',
81
'port' => '3306',
82
],
83
@@ -86,7 +86,7 @@ return [
86
];
87
```
88
89
-> If you use other RDBMS, you may configure your own `db` config.
+> If you use other RDBMS, you may configure your own `db` or `doctrine` config.
90
91
**3. Require this module uses [composer](https://getcomposer.org/).**
92
0 commit comments