fix: 部分功能显示优化
This commit is contained in:
@@ -13,15 +13,15 @@ return [
|
||||
// 数据库类型
|
||||
'type' => 'mysql',
|
||||
// 服务器地址
|
||||
'hostname' => '192.168.81.251',
|
||||
'hostname' => '127.0.0.1',
|
||||
// 数据库名
|
||||
'database' => 'oms',
|
||||
// 用户名
|
||||
'username' => 'root',
|
||||
// 密码
|
||||
'password' => 'P@ssw0rd.',
|
||||
'password' => '12356',
|
||||
// 端口
|
||||
'hostport' => '',
|
||||
'hostport' => '3306',
|
||||
// 连接dsn
|
||||
'dsn' => '',
|
||||
// 数据库连接参数
|
||||
|
||||
Reference in New Issue
Block a user