25 lines
697 B
Bash
25 lines
697 B
Bash
# Odoo Directory CLI - Environment Variables
|
|
# Copy this file to .env and fill in your credentials
|
|
|
|
# Supabase Configuration
|
|
# Get from: https://supabase.com → Project Settings → API
|
|
SUPABASE_URL=https://your-project.supabase.co
|
|
SUPABASE_KEY=your-anon-public-key
|
|
|
|
# Apify Configuration
|
|
# Get from: https://apify.com → Settings → Integrations → API
|
|
APIFY_TOKEN=your-apify-token
|
|
|
|
# Firecrawl Configuration
|
|
# Get from: https://firecrawl.dev → API Keys
|
|
FIRECRAWL_API_KEY=your-firecrawl-key
|
|
|
|
# Anthropic Configuration
|
|
# Get from: https://console.anthropic.com → API Keys
|
|
ANTHROPIC_API_KEY=your-anthropic-key
|
|
|
|
# Optional: Override defaults
|
|
# LOG_LEVEL=INFO
|
|
# BATCH_SIZE=10
|
|
# MAX_RETRIES=3
|