test

parent 6bd1f04a
...@@ -8,8 +8,8 @@ return [ ...@@ -8,8 +8,8 @@ return [
'db' => [ 'db' => [
'class' => 'yii\db\Connection', 'class' => 'yii\db\Connection',
'dsn' => 'mysql:host=localhost;dbname=framework', 'dsn' => 'mysql:host=localhost;dbname=framework',
'username' => 'framework', 'username' => 'root',
'password' => 'T57Rrf9mfEfme7ys', 'password' => '',
'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