补充文件
This commit is contained in:
@@ -13,13 +13,13 @@ return [
|
||||
// 数据库类型
|
||||
'type' => 'mysql',
|
||||
// 服务器地址
|
||||
'hostname' => 'localhost',
|
||||
'hostname' => 'mysql',
|
||||
// 数据库名
|
||||
'database' => 'helper',
|
||||
// 用户名
|
||||
'username' => 'helper',
|
||||
// 密码
|
||||
'password' => 'wjyBRncHHY2ls4Cd',
|
||||
'password' => '123456',
|
||||
// 端口
|
||||
'hostport' => 3306,
|
||||
// 连接dsn
|
||||
|
||||
Reference in New Issue
Block a user