基础扩展

This commit is contained in:
2025-09-16 18:18:20 +08:00
parent 96fc75c2b4
commit dfd284f255
10 changed files with 472 additions and 27 deletions

View File

@@ -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',
// 数据库连接参数