基础扩展
This commit is contained in:
@@ -7,13 +7,13 @@ return [
|
||||
// 数据库类型
|
||||
'type' => 'mysql',
|
||||
// 服务器地址
|
||||
'hostname' => '127.0.0.1',
|
||||
'hostname' => '192.168.1.31',
|
||||
// 数据库名
|
||||
'database' => 'test',
|
||||
'database' => 'czg_cashier',
|
||||
// 数据库用户名
|
||||
'username' => 'root',
|
||||
// 数据库密码
|
||||
'password' => '123456',
|
||||
'password' => 'Chaozg123.',
|
||||
// 数据库连接端口
|
||||
'hostport' => '3306',
|
||||
// 数据库连接参数
|
||||
|
||||
Reference in New Issue
Block a user