fix config

parent 1ddda2b3
...@@ -7,9 +7,9 @@ return [ ...@@ -7,9 +7,9 @@ return [
], ],
'db' => [ 'db' => [
'class' => 'yii\db\Connection', 'class' => 'yii\db\Connection',
'dsn' => 'mysql:host=localhost;dbname=mfo', 'dsn' => 'mysql:host=localhost;dbname=framework',
'username' => 'root', 'username' => 'framework',
'password' => '', 'password' => 'T57Rrf9mfEfme7ys',
'charset' => 'utf8', 'charset' => 'utf8',
], ],
'mailer' => [ 'mailer' => [
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment