Alles jetzt OHNE 'Klaus'

This commit is contained in:
2025-09-23 11:53:40 +00:00
parent 3a55b95598
commit 685b43fbb7
52 changed files with 189 additions and 206 deletions

View File

@@ -8,7 +8,7 @@ if (session_status() === PHP_SESSION_NONE) {
// Docker environment variables with fallbacks for local development
$host_name = $_ENV['DB_HOST'] ?? 'localhost';
$database = $_ENV['DB_NAME'] ?? 'rezepte_klaus';
$database = $_ENV['DB_NAME'] ?? 'rezepte';
$user_name = $_ENV['DB_USER'] ?? 'root';
$password = $_ENV['DB_PASS'] ?? '';