improved config

This commit is contained in:
Mark 2014-02-10 17:11:08 +04:00
parent f28cb26f22
commit 987057ab13

View File

@ -20,6 +20,7 @@ $config = [
],
'mail' => [
'class' => 'yii\swiftmailer\Mailer',
'useFileTransport' => true,
],
'log' => [
'traceLevel' => YII_DEBUG ? 3 : 0,