| # Quality Metrics Dashboard Environment Variables | |
| # Copy this file to .env in the project root and configure with your actual values | |
| # Slack Notifications | |
| # Get webhook URL from: https://api.slack.com/messaging/webhooks | |
| ALERTS_SLACK_WEBHOOK=https://hooks.slack.com/services/YOUR/WEBHOOK/URL | |
| # Email Notifications (SMTP) | |
| SMTP_HOST=smtp.gmail.com | |
| SMTP_PORT=587 | |
| SMTP_USER=your-email@gmail.com | |
| SMTP_PASSWORD=your-app-specific-password | |
| SMTP_FROM=quality-alerts@yourdomain.com | |
| SMTP_TO=team@example.com,alerts@example.com | |
| # Optional: Dashboard Configuration | |
| STREAMLIT_SERVER_PORT=8501 | |
| STREAMLIT_SERVER_HEADLESS=true | |