webman-优化

This commit is contained in:
2026-03-09 00:13:55 +08:00
parent 699761aad2
commit dab3b3148f
4 changed files with 14 additions and 12 deletions

View File

@@ -6,9 +6,9 @@ return [
'driver' => 'mysql',
'host' => '127.0.0.1',
'port' => '3306',
'database' => 'your_database',
'username' => 'your_username',
'password' => 'your_password',
'database' => env('DATABASE_DATABASE', 'dafuweng-buildadmin'),
'username' => env('DATABASE_USERNAME', 'dafuweng-buildadmin'),
'password' => env('DATABASE_PASSWORD', '123456'),
'charset' => 'utf8mb4',
'collation' => 'utf8mb4_general_ci',
'prefix' => '',