fix prod env

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