main-local.php 227 Bytes
<?php
$config['components']['db'] = [
    'class' => 'yii\db\Connection',
    'dsn' => 'mysql:host=127.0.0.1;dbname=smart_db',
    'username' => 'root',
    'password' => '123456',
    'charset' => 'utf8',
];

return $config;