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
@@ -87,7 +87,7 @@ if (!move_uploaded_file($_FILES['foto']['tmp_name'], $destPath)) {
// ── UPDATE DATABASE ──────────────────────────────────────────
$host = "localhost";
$dbname = "webgis_spbu";
$dbname = "default";
$username = "root";
$password = "";