更新 'plugin/admin/config/database.php'

This commit is contained in:
金豪 2022-09-22 09:32:36 +08:00
parent f553f7ebb3
commit 046439502c

View File

@ -6,9 +6,9 @@ return [
'driver' => 'mysql',
'host' => '127.0.0.1',
'port' => '3306',
'database' => 'admin',
'username' => 'root',
'password' => 'qwe904799077',
'database' => '',
'username' => '',
'password' => '',
'charset' => 'utf8mb4',
'collation' => 'utf8mb4_general_ci',
'prefix' => '',