fix config

parent 1ddda2b3
......@@ -7,9 +7,9 @@ return [
],
'db' => [
'class' => 'yii\db\Connection',
'dsn' => 'mysql:host=localhost;dbname=mfo',
'username' => 'root',
'password' => '',
'dsn' => 'mysql:host=localhost;dbname=framework',
'username' => 'framework',
'password' => 'T57Rrf9mfEfme7ys',
'charset' => 'utf8',
],
'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