# Database DATABASE_URL=postgresql://mealplanner:password@db:5432/mealplanner POSTGRES_PASSWORD=secure_password_here # SendGrid SENDGRID_API_KEY=SG.your_sendgrid_api_key # Family Emails FAMILY_EMAIL_1=you@example.com FAMILY_EMAIL_2=spouse@example.com RECIPES_EMAIL=you@example.com # Lucky California LUCKY_CA_URL=https://www.luckyncal.com # AI Image Generation (optional) AI_IMAGE_ENABLED=false AI_IMAGE_PROVIDER=openai AI_IMAGE_API_KEY=sk-your-api-key # Application LOG_LEVEL=INFO SECRET_KEY=change-me-to-a-random-secret-key