# 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