From df130a9d6ed16a3dd8543a96f9ffa442352b627b Mon Sep 17 00:00:00 2001 From: Hyojin Ahn Date: Wed, 18 Mar 2026 09:34:24 -0400 Subject: [PATCH] Preparing Server Transfer 008 --- public_html/lib/runDailyReportNew.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public_html/lib/runDailyReportNew.php b/public_html/lib/runDailyReportNew.php index 529bbb3..e9e877b 100644 --- a/public_html/lib/runDailyReportNew.php +++ b/public_html/lib/runDailyReportNew.php @@ -273,7 +273,7 @@ class JDB { */ function __construct() { - $DB_HOST = "localhost"; + $DB_HOST = "mis-mysql"; $DB_NAME = "goiintra_db"; $DB_USER = "goiintra_root"; $DB_PASSWORD = "L0C2CKN5GHHY";