From 9c6a486293fdd3fe53f93e0f7877ad628ce5a537 Mon Sep 17 00:00:00 2001 From: nizongfeng Date: Sat, 8 Feb 2025 14:48:56 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=B0=E6=8D=AE=E5=BA=93=E5=8F=98=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/database.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/database.php b/application/database.php index 239100f..9ae4bb7 100755 --- a/application/database.php +++ b/application/database.php @@ -18,7 +18,7 @@ return [ // 服务器地址 'hostname' => Env::get('database.hostname', '127.0.0.1'), // 数据库名 - 'database' => Env::get('database.database', 'hbp'), + 'database' => Env::get('database.database', 'hbpnew'), // 用户名 'username' => Env::get('database.username', 'shuiwq'), // 密码