Alles jetzt OHNE 'Klaus'
This commit is contained in:
@@ -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'] ?? '';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user