Files
scoffer/env.example

7 lines
226 B
Plaintext

# MongoDB Configuration for Docker Compose (no authentication)
MONGODB_HOST=mongodb
MONGODB_PORT=27017
MONGODB_DATABASE=recipe-management
# JWT Secret for Backend
JWT_SECRET=your-super-secret-jwt-key-change-this-in-production