Update login with A Test Map

This commit is contained in:
2026-05-12 22:53:21 +02:00
parent 93b1928af7
commit 90eeab3a43
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ if (isset($_GET['logout'])) {
exit;
}
$host = '172.17.0.1';
$host = 'maps-db-unique';
$dbname = 'OpenPlanetsMaps';
$db_user = 'root';
$db_pass = 'admin123';
+1 -1
View File
@@ -1,7 +1,7 @@
<?php
header('Content-Type: application/json');
$host = '172.17.0.1';
$host = 'maps-db-unique';
$dbname = 'OpenPlanetsMaps';
$username = 'root';
$password = 'admin123';