From ac24aa019064801076cf24aefed129755460f3f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E6=99=AF=E7=AB=8B?= Date: Fri, 26 Mar 2021 16:09:27 +0800 Subject: [PATCH] Update database.php --- config/database.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/database.php b/config/database.php index c55b82908..b95deb1bf 100644 --- a/config/database.php +++ b/config/database.php @@ -28,7 +28,7 @@ return [ // 数据库类型 'type' => 'mysql', // 服务器地址 - 'hostname' => 'server.cuci.cc', + 'hostname' => '127.0.0.1', // 数据库名 'database' => 'admin_v6', // 用户名