18 lines
510 B
Plaintext
18 lines
510 B
Plaintext
# 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 |