-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.local.example
More file actions
29 lines (21 loc) · 944 Bytes
/
Copy path.env.local.example
File metadata and controls
29 lines (21 loc) · 944 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
29
# Supabase Configuration
NEXT_PUBLIC_SUPABASE_URL="your_supabase_url_here"
NEXT_PUBLIC_SUPABASE_ANON_KEY="your_supabase_anon_key_here"
# Server-side only (DO NOT expose to client)
SUPABASE_SERVICE_ROLE_KEY="your_service_role_key_here"
# NextAuth.js Configuration
NEXTAUTH_SECRET="your_nextauth_secret_here"
NEXTAUTH_URL="http://localhost:3000"
# Production Site URL (for password reset emails and other external links)
# NEXT_PUBLIC_SITE_URL="https://your-production-domain.com"
# Optional: Challenge Configuration
CHALLENGE_CUTOFF_DATE="2025-01-01T00:00:00Z"
# Optional: Fabrile Chatbot Configuration
NEXT_PUBLIC_FABRILE_AGENT_ID="your_fabrile_agent_id"
NEXT_PUBLIC_FABRILE_WEB_TOKEN="your_fabrile_web_token"
# Optional: Feature Flags
NEXT_PUBLIC_ENABLE_COOKIE_CONSENT="false"
# Optional: Testing
RUN_FINAL_CHALLENGE="false"
# Deployment (auto-configured by Vercel)
# VERCEL_URL - automatically set by Vercel for deployed environments