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 1fbb33f commit 226854fCopy full SHA for 226854f
Config/Database/Main.php
@@ -27,9 +27,9 @@ class Main
27
{
28
static $config = [
29
'mysql'=>[
30
- 'dsn'=>'mysql:host=localhost;dbname=dbName;charset=utf8',
31
- 'user'=>'userName',
32
- 'passw'=>'password'],
+ 'dsn'=>'mysql:host=localhost;dbname=devbr;charset=utf8',
+ 'user'=>'devbr',
+ 'passw'=>'devbr#123'],
33
'sqlite'=>['dsn'=>'sqlite.db']
34
];
35
static $default = 'mysql';
0 commit comments