-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
26 lines (20 loc) · 848 Bytes
/
.env.example
File metadata and controls
26 lines (20 loc) · 848 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
# Appwrite Configuration
NEXT_PUBLIC_APPWRITE_ENDPOINT=https://cloud.appwrite.io/v1
NEXT_PUBLIC_APPWRITE_PROJECT_ID=your_project_id
APPWRITE_API_KEY=your_api_key
# Database Configuration
NEXT_PUBLIC_DATABASE_ID=codecraft_main
NEXT_PUBLIC_USERS_COLLECTION_ID=users_profiles
NEXT_PUBLIC_PROJECTS_COLLECTION_ID=projects
NEXT_PUBLIC_MESSAGES_COLLECTION_ID=messages
NEXT_PUBLIC_FILES_COLLECTION_ID=project_files
# Storage Buckets
NEXT_PUBLIC_EXPORTS_BUCKET_ID=project-exports
NEXT_PUBLIC_AVATARS_BUCKET_ID=user-avatars
# OpenRouter AI Configuration
OPENROUTER_API_KEY=your_openrouter_api_key
# Exa AI Configuration (for web search and code context)
EXA_API_KEY=your_exa_api_key
# Cloudflare Worker Configuration (for Sandbox)
CLOUDFLARE_WORKER_URL=https://your-worker.your-subdomain.workers.dev
CLOUDFLARE_WORKER_AUTH_TOKEN=your_secret_auth_token