This commit is contained in:
Walter Hupfeld
2023-03-26 09:17:06 +02:00
parent c22dc49eaf
commit 58a8b88ce5
4 changed files with 12 additions and 6 deletions

View File

@@ -5,9 +5,9 @@ date_default_timezone_set('UTC');
// $dbFilename = "db/unfallorte";
// $db = new SQLite3($dbFilename);
$db_server = "webserver-db";
$db_user = "unfallstatistik";
$db_passwd = "BCJloVozJbdDHQTS";
$db_server = "mariadb";
$db_user = "root";
$db_passwd = "g0r@w@";
$db = "unfallstatistik";