fix prod env

parent 710199f6
...@@ -3,9 +3,9 @@ return [ ...@@ -3,9 +3,9 @@ return [
'components' => [ 'components' => [
'db' => [ 'db' => [
'class' => 'yii\db\Connection', 'class' => 'yii\db\Connection',
'dsn' => 'mysql:host=localhost;dbname=mfo', 'dsn' => 'mysql:host=localhost;dbname=taskon',
'username' => 'root', 'username' => 'taskon',
'password' => '', 'password' => 'IsYluqHLQmZq3kda',
'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