Local (esprimo) funktioniert, remote noch nicht
This commit is contained in:
18
.env.production
Normal file
18
.env.production
Normal 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
|
||||
Reference in New Issue
Block a user