added new db-dump
All checks were successful
Build (and tag) Images / build (push) Successful in 2m17s

This commit is contained in:
asohh 2025-10-24 17:53:36 +02:00
commit 108c40bcf5
5 changed files with 4565191 additions and 117674 deletions

View file

@ -1,4 +1,5 @@
<?php
ini_set("memory_limit", "400M");
// Admin credentials (must have privileges to create DB/users)
$dbHost = getenv('MYSQL_HOST');
$dbAdmin = getenv('MYSQL_USER');