update ip (3)

This commit is contained in:
2026-05-17 18:39:28 +02:00
parent 2e92412105
commit b07cfbec27
4 changed files with 3 additions and 5 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST') {
if (!$has_error) {
try {
$host = '172.22.0.4';
$host = 'maps-db-unique';
$dbname = 'OpenPlanetsMaps';
$db_user = 'root';
$db_pass = 'admin123';