b0y-101 Mini Shell


Current Path : E:/www/b-group.old/business/applicationmba/common/config/
File Upload :
Current File : E:/www/b-group.old/business/applicationmba/common/config/main-local.php

<?php
return [
    'components' => [
        'db' => [
            'class' => 'yii\db\Connection',
            'dsn' => 'mysql:host=localhost;dbname=business',
            'username' => 'adminmmmroot',
            'password' => 'S#wj!Red3ye8',
            'charset' => 'utf8',
        ],
        'mailer' => [
            'class' => 'yii\swiftmailer\Mailer',
            'viewPath' => '@common/mail',
            // send all mails to a file by default. You have to set
            // 'useFileTransport' to false and configure a transport
            // for the mailer to send real emails.
            'useFileTransport' => true,
        ],
    ],
];

Copyright © 2019 by b0y-101