Files
2026-08-28 10:11:11 -03:00

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