2e86c939
xu
“首次提交”
|
1
2
3
4
5
6
7
8
9
10
|
<?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;
|