Files
v2-Docker/v2_lizenzserver/.env.production.template
Claude Project Manager 0d7d888502 Initial commit
2025-07-05 17:51:16 +02:00

8 Zeilen
286 B
Plaintext

# IMPORTANT: Generate a secure secret key using generate-secrets.py
SECRET_KEY=CHANGE_THIS_GENERATE_SECURE_SECRET
# Database connection (password should match v2/.env)
DATABASE_URL=postgresql://adminuser:CHANGE_THIS_STRONG_PASSWORD@db:5432/meinedatenbank
# Production mode
DEBUG=False