Files
scoffer/env.example

7 lines
216 B
Plaintext

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