Blame view

environments/prod/common/config/main-local.php 195 Bytes
1755c393   Yarik   Basic template in...
1
2
3
  <?php
  return [
      'components' => [
2c498f60   Yarik   Initializer compl...
4
          'db'     => '',
1755c393   Yarik   Basic template in...
5
6
7
8
9
10
          'mailer' => [
              'class' => 'yii\swiftmailer\Mailer',
              'viewPath' => '@common/mail',
          ],
      ],
  ];