-
Notifications
You must be signed in to change notification settings - Fork 596
Expand file tree
/
Copy path.env.example
More file actions
38 lines (30 loc) · 1.01 KB
/
.env.example
File metadata and controls
38 lines (30 loc) · 1.01 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
34
35
36
37
38
# Claudable Environment Configuration
# Copy this file to .env.local and fill in your values
# Database
DATABASE_URL=sqlite:///./data/cc.db
# Project Settings
PROJECTS_ROOT=./data/projects
PREVIEW_PORT_START=3100
PREVIEW_PORT_END=3999
# API Configuration
API_PORT=8080
ENVIRONMENT=development
# AI Service API Keys (Optional - can be set via UI)
CLAUDE_API_KEY=your_claude_api_key_here
CURSOR_API_KEY=your_cursor_api_key_here
OPENAI_API_KEY=your_openai_api_key_here
GOOGLE_API_KEY=your_google_api_key_here
QWEN_API_KEY=your_qwen_api_key_here
# GitHub Integration (Optional)
GITHUB_TOKEN=your_github_token_here
# Supabase Integration (Optional)
SUPABASE_URL=your_supabase_url_here
SUPABASE_ANON_KEY=your_supabase_anon_key_here
SUPABASE_SERVICE_ROLE_KEY=your_supabase_service_role_key_here
# Vercel Integration (Optional)
VERCEL_TOKEN=your_vercel_token_here
VERCEL_ORG_ID=your_vercel_org_id_here
VERCEL_PROJECT_ID=your_vercel_project_id_here
# Security
JWT_SECRET=your_jwt_secret_here
ENCRYPTION_KEY=your_encryption_key_here