实验性分离 Validate 和 Request
This commit is contained in:
@@ -13,13 +13,13 @@ return [
|
||||
// 数据库类型
|
||||
'type' => 'mysql',
|
||||
// 服务器地址
|
||||
'hostname' => '',
|
||||
'hostname' => '127.0.0.1',
|
||||
// 数据库名
|
||||
'database' => '',
|
||||
'database' => 'cms',
|
||||
// 用户名
|
||||
'username' => '',
|
||||
'username' => 'root',
|
||||
// 密码
|
||||
'password' => '',
|
||||
'password' => 'admin',
|
||||
// 端口
|
||||
'hostport' => '3306',
|
||||
// 连接dsn
|
||||
|
Reference in New Issue
Block a user