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