Compare commits

...

1 Commits
main ... dev

Author SHA1 Message Date
3568ff021f 更新 'plugin/admin/config/database.php' 2022-09-22 09:33:01 +08:00

View File

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