Local (esprimo) funktioniert, remote noch nicht

This commit is contained in:
2025-09-27 18:28:30 +00:00
parent db431553b9
commit f812921ff5
10 changed files with 277 additions and 72 deletions

18
.env.production Normal file
View File

@@ -0,0 +1,18 @@
# Production Environment - rezepte.fuerst-stuttgart.de
# Generated on September 27, 2025
# Database Configuration
MYSQL_PASSWORD=RezepteProd2025!Secure
MYSQL_ROOT_PASSWORD=RezepteRootProd2025!SuperSecure
# CORS Origin - Production domain
CORS_ORIGIN=https://rezepte.fuerst-stuttgart.de
# API Base URL for frontend
API_BASE_URL=https://rezepte.fuerst-stuttgart.de/api
# JWT Secret for future authentication features
JWT_SECRET=RezepteJwtSecret2025SuperSecure32Plus
# Production settings
NODE_ENV=production