Stage 배포 환경 수정

This commit is contained in:
2026-09-09 14:46:39 +09:00
parent 89011284e1
commit 380ea299f8
3 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ $hasServiceDBSetting = file_exists(__DIR__."/service_db_setting.php");
if($hasServiceDBSetting == true) {
include(__DIR__."/service_db_setting.php");
} else {
$db_host = "mariadb.jisangs.com";
$db_host = "localhost";
$db_user = "chocomae";
$db_passwd = "Fr12nds95";
$db_name = "chocomae";