From 7deb85c2b45d559963666aca683a618f70d876a3 Mon Sep 17 00:00:00 2001 From: jjstyle Date: Wed, 17 Dec 2025 15:15:04 +0900 Subject: [PATCH] =?UTF-8?q?env=20=EC=82=AC=EC=9A=A9=20=ED=85=8C=EC=8A=A4?= =?UTF-8?q?=ED=8A=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Config/Database.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Config/Database.php b/app/Config/Database.php index 1c7f952..41c2417 100644 --- a/app/Config/Database.php +++ b/app/Config/Database.php @@ -26,7 +26,7 @@ class Database extends Config */ public array $default = [ 'DSN' => '', - 'hostname' => 'localhost', + 'hostname' => '192.168.10.246', 'username' => '', 'password' => '', 'database' => '',