fix ip mariadb

This commit is contained in:
2026-05-12 22:58:25 +02:00
parent 90eeab3a43
commit 0445353013
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ if (isset($_GET['logout'])) {
exit;
}
$host = 'maps-db-unique';
$host = '172.22.0.3';
$dbname = 'OpenPlanetsMaps';
$db_user = 'root';
$db_pass = 'admin123';