This commit is contained in:
oliver
2026-08-28 10:11:11 -03:00
parent f533ff8e36
commit 585951c8ce
1380 changed files with 1540268 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
# 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