Update database connection for Coolify

This commit is contained in:
2026-06-11 01:22:58 +07:00
parent 700018005f
commit 77caccc6a0
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ if ($_SERVER['REQUEST_METHOD'] === 'OPTIONS') { http_response_code(200); exit();
// ── KONFIGURASI ──────────────────────────────────────────────
$host = "localhost";
$dbname = "webgis_spbu";
$dbname = "default";
$username = "root";
$password = "";