odl-training-data / .env.example
midah's picture
Organize codebase: move Docker files to docker/, organize lib/ into api/utils/types, move shared components to ui/, clean up README
7f0b3f0
Raw
History Blame Contribute Delete
721 Bytes
# 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