edit files

This commit is contained in:
2026-06-10 23:58:20 +07:00
parent 9071ff494c
commit 796aa1e7e2
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
<?php
$host = getenv('DB_HOST') ?: "localhost";
$port = getenv('DB_PORT') ?: "3306";
$db = getenv('DB_NAME') ?: "webgis_spbu";
$db = getenv('DB_NAME_SPBU') ?: "webgis_spbu";
$user = getenv('DB_USER') ?: "root";
$pass = getenv('DB_PASSWORD') ?: "";
$charset = "utf8mb4";