# Database Configuration # SQLite database path (relative to project root) DATABASE_URL=file:./prisma/dev.db # Exa API (Recommended for deal discovery) # Get your API key from: https://exa.ai/ # Exa provides AI-powered search and content discovery # This is the primary discovery engine for finding deal announcements EXA_API_KEY=your_exa_api_key_here # News API (Optional) # Get your API key from: https://newsapi.org/ # Provides access to news articles from various sources NEWS_API_KEY=your_news_api_key_here # Perplexity API (Optional) # Get your API key from: https://www.perplexity.ai/ # Used for AI-powered feed acquisition (similar to briefing.commonknowled.ge) PERPLEXITY_API_KEY=your_perplexity_api_key_here