feat: 新增

This commit is contained in:
陈狼 2025-02-16 22:45:27 +08:00
parent 23ebe87caf
commit d36fddb161
1 changed files with 4 additions and 4 deletions

View File

@ -33,10 +33,10 @@ return [
'host' => '127.0.0.1',
'port' => '3306',
'database' => 'app_hd',
// 'username' => 'app_hd',
// 'password' => 'fmW4NwwXMxN8ShSM',
'username' => 'root',
'password' => '123456',
'username' => 'app_hd',
'password' => 'fmW4NwwXMxN8ShSM',
// 'username' => 'root',
// 'password' => '123456',
'charset' => 'utf8mb4',
'collation' => 'utf8mb4_general_ci',
'prefix' => '',