diff --git a/config/database.php b/config/database.php index a93e3c2..7b71f7d 100644 --- a/config/database.php +++ b/config/database.php @@ -26,11 +26,11 @@ return [ // 服务器地址 'hostname' => env('database.hostname', '47.242.159.172'), // 数据库名 - 'database' => env('database.database', 'php_mb_V1.1'), + 'database' => env('database.database', 'mr_web'), // 用户名 - 'username' => env('database.username', 'php_mb_V1.1'), + 'username' => env('database.username', 'mr_web'), // 密码 - 'password' => env('database.password', 'jh87R4ipFt24Hct8'), + 'password' => env('database.password', 'iBTZfnhG8aBKAztA'), // 端口 'hostport' => env('database.hostpost', '3306'), // 数据库连接参数