From f66ac46128dc31477547b9e42e5e03b8482787a8 Mon Sep 17 00:00:00 2001 From: yin5th Date: Fri, 27 May 2022 07:07:27 +0000 Subject: [PATCH] setter --- config/database.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/database.php b/config/database.php index 2941486..3754ae2 100755 --- a/config/database.php +++ b/config/database.php @@ -22,7 +22,7 @@ return [ // 数据库类型 'type' => Env::get('database.type', 'mysql'), // 服务器地址 - 'hostname' => Env::get('database.hostname', '211.149.224.171'), + 'hostname' => Env::get('database.hostname', '183.221.101.89'), // 数据库名 'database' => Env::get('database.database', 'cai_project_shop'), // 用户名