diff --git a/config/database.php b/config/database.php index 9a5158940..eed0891d5 100644 --- a/config/database.php +++ b/config/database.php @@ -29,13 +29,13 @@ return [ // 数据库类型 'type' => 'mysql', // 服务器地址 - 'hostname' => 'thinkadmin.top', + 'hostname' => '127.0.0.1', // 数据库名 'database' => 'admin_v6', // 用户名 - 'username' => 'admin', + 'username' => 'admin_v6', // 密码 - 'password' => '@admin123', + 'password' => 'FbYBHcWKr2', // 端口 'hostport' => '3306', // 数据库连接参数