-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
28 lines (21 loc) · 824 Bytes
/
.env.example
File metadata and controls
28 lines (21 loc) · 824 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# ===========================================
# Crosswind-Console Environment Variables
# ===========================================
# Copy this file to .env and fill in your values
# --- Database ---
DATABASE_URL=postgresql+asyncpg://crosswind:crosswind_dev@localhost:5432/crosswind
# --- Supabase (RAG Vector Database) ---
SUPABASE_URL=https://YOUR-PROJECT-ID.supabase.co
SUPABASE_KEY=your-supabase-anon-key
# --- AI/LLM ---
GEMINI_API_KEY=your-gemini-api-key
TOGETHER_API_KEY=your-together-api-key
# --- RapidAPI (Travel APIs) ---
RAPIDAPI_KEY=your-rapidapi-key
# --- Google APIs ---
GOOGLE_MAPS_API_KEY=your-google-maps-api-key
GOOGLE_SEARCH_CX=your-google-custom-search-cx
# --- Apify (Airbnb) ---
APIFY_API_TOKEN=your-apify-api-token
# --- Firecrawl (Web Scraping) ---
FIRECRAWL_API_KEY=your-firecrawl-api-key