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
@@ -1,7 +1,7 @@
<?php
header('Content-Type: application/json');
$host = 'maps-db-unique';
$host = '172.22.0.3';
$dbname = 'OpenPlanetsMaps';
$username = 'root';
$password = 'admin123';