# Mealie API Configuration
# Replace these values with your own Mealie instance details
# The base URL of your Mealie instance (including protocol and port if needed)
MEALIE_BASE_URL=https://your-mealie-instance.com
# Your Mealie API key
# Generate this from your Mealie account settings
MEALIE_API_KEY=your-mealie-api-key
LOG_LEVEL=INFO