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

This commit is contained in:
金豪 2022-09-22 09:33:01 +08:00
parent 53e3a79412
commit 3568ff021f

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' => '',