-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.env.example
More file actions
24 lines (19 loc) · 795 Bytes
/
.env.example
File metadata and controls
24 lines (19 loc) · 795 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
# Supabase Configuration
# Get these from your Supabase project settings: https://app.supabase.com/project/_/settings/api
SUPABASE_URL=https://your-project.supabase.co
SUPABASE_ANON_KEY=your-anon-key-here
SUPABASE_SERVICE_KEY=your-service-role-key-here
# AI Configuration
# Anthropic (required): https://console.anthropic.com/
ANTHROPIC_API_KEY=sk-ant-your-anthropic-api-key
# OpenAI (optional): https://platform.openai.com/api-keys
OPENAI_API_KEY=sk-your-openai-api-key
# Application Configuration
NODE_ENV=development
CORS_ORIGINS=http://localhost:3000
# Backend Configuration (for local development)
PORT=3001
WEB_URL=http://localhost:3000
# Production URLs (set these in Vercel dashboard)
# NEXT_PUBLIC_API_URL=https://your-backend.vercel.app
# WEB_URL=https://your-frontend.vercel.app