-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
33 lines (27 loc) · 1.38 KB
/
.env.example
File metadata and controls
33 lines (27 loc) · 1.38 KB
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
29
30
31
32
33
# Required
ANTHROPIC_API_KEY=your-api-key-here # Format: sk-ant-api03-...
PERPLEXITY_API_KEY=pplx-abcde # For research (recommended but optional)
# Optional - defaults shown
MODEL=claude-3-7-sonnet-20250219 # Recommended models: claude-3-7-sonnet-20250219, claude-3-opus-20240229
PERPLEXITY_MODEL=sonar-pro # Make sure you have access to sonar-pro otherwise you can use sonar regular.
MAX_TOKENS=4000 # Maximum tokens for model responses
TEMPERATURE=0.7 # Temperature for model responses (0.0-1.0)
DEBUG=false # Enable debug logging (true/false)
LOG_LEVEL=info # Log level (debug, info, warn, error)
DEFAULT_SUBTASKS=3 # Default number of subtasks when expanding
DEFAULT_PRIORITY=medium # Default priority for generated tasks (high, medium, low)
PROJECT_NAME=SourceLocal # Project name for tasks.json metadata
# Supabase Configuration
VITE_SUPABASE_URL=your_supabase_url
VITE_SUPABASE_ANON_KEY=your_supabase_anon_key
# Feature Flags
VITE_ENABLE_MAP_FEATURES=true
VITE_ENABLE_AI_FEATURES=true
# Map Configuration
VITE_DEFAULT_MAP_CENTER_LAT=49.2144 # Jersey center latitude
VITE_DEFAULT_MAP_CENTER_LNG=-2.1312 # Jersey center longitude
VITE_DEFAULT_MAP_ZOOM=11 # Default zoom level
# Environment
NODE_ENV=development
# API Keys (if needed)
# VITE_MAPBOX_API_KEY=your_mapbox_api_key