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