File: /home/emblazeone/public_html/lyyt/common/config/main-local.php
<?php
return [
'components' => [
'db' => [
'class' => 'yii\db\Connection',
'dsn' => 'mysql:host=localhost;dbname=emblazeo_lyyt',
'username' => 'emblazeo_lyyt',
'password' => 'x{lm!q+h}k#0',
'charset' => 'utf8',
'tablePrefix' => 'wbp_',
],
'mailer' => [
'viewPath' => '@common/mail',
'useFileTransport' => false,
// 'transport' => [
// 'class' => 'Swift_SmtpTransport',
// 'host' => '', // e.g. smtp.mandrillapp.com or smtp.gmail.com
// 'username' => '',
// 'password' => "",
// 'port' => '25', // Port 25 is a very common port too
// ],
],
],
];