# BUG: This file is committed to the repo! (Principle 6 violation)
# These are FAKE credentials for the exercise — but in a real project,
# committing ANY .env file is a security incident.

DATABASE_URL=postgresql://admin:Str0ngP@ss2024!@prod-db.company.internal:5432/standup_bot
REDIS_URL=redis://default:r3d1s_s3cret@cache.company.internal:6379/0
SLACK_BOT_TOKEN=FAKE-slack-bot-token-for-exercise-do-not-use
SLACK_SIGNING_SECRET=FAKE-signing-secret-for-exercise
JWT_SECRET=super-secret-jwt-key-dont-share
OPENAI_API_KEY=FAKE-openai-key-for-exercise-do-not-use
ENVIRONMENT=production
DEBUG=true
LOG_LEVEL=DEBUG
ADMIN_EMAIL=dave@company.com
SMTP_PASSWORD=emailpass123
