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'), // 密码