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

@@ -1,15 +1,15 @@
# Docker Environment Configuration für Rezepte Klaus
# Docker Environment Configuration für Rezepte
# Database Configuration
DB_HOST=mysql
DB_PORT=3306
DB_USER=recipes_user
DB_PASSWORD=recipes_password_2024
DB_NAME=rezepte_klaus
DB_NAME=rezepte
DB_ROOT_PASSWORD=root_password_2024
# Database URL für Prisma
DATABASE_URL=mysql://recipes_user:recipes_password_2024@mysql:3306/rezepte_klaus
DATABASE_URL=mysql://recipes_user:recipes_password_2024@mysql:3306/rezepte
# Backend Configuration
BACKEND_PORT=3001
@@ -32,7 +32,7 @@ PHPMYADMIN_PORT=8080
# Legacy PHP Configuration (optional)
LEGACY_PHP_PORT=8090
LEGACY_MYSQL_HOST=mysql
LEGACY_MYSQL_DATABASE=rezepte_klaus
LEGACY_MYSQL_DATABASE=rezepte
LEGACY_MYSQL_USER=recipes_user
LEGACY_MYSQL_PASSWORD=recipes_password_2024