Skip to content

Commit 226854f

Browse files
committed
Add setup in config
1 parent 1fbb33f commit 226854f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Config/Database/Main.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ class Main
2727
{
2828
static $config = [
2929
'mysql'=>[
30-
'dsn'=>'mysql:host=localhost;dbname=dbName;charset=utf8',
31-
'user'=>'userName',
32-
'passw'=>'password'],
30+
'dsn'=>'mysql:host=localhost;dbname=devbr;charset=utf8',
31+
'user'=>'devbr',
32+
'passw'=>'devbr#123'],
3333
'sqlite'=>['dsn'=>'sqlite.db']
3434
];
3535
static $default = 'mysql';

0 commit comments

Comments
 (0)