main-local.php 233 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 10 11 <?php $config['components']['db'] = [ 'class' => 'yii\db\Connection', 'dsn' => 'mysql:host=127.0.0.1;dbname=authorization', 'username' => 'root', 'password' => 'kb@2019', 'charset' => 'utf8', ]; return $config;