Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01FFDuBhMKvoWjrWT3ZnGmmr
8 lines
275 B
Bash
8 lines
275 B
Bash
# .env.local.example
|
|
NEXT_PUBLIC_SUPABASE_URL=https://your-project-ref.supabase.co
|
|
NEXT_PUBLIC_SUPABASE_ANON_KEY=your-anon-key-here
|
|
NEXT_PUBLIC_APP_URL=http://localhost:3000
|
|
CRON_SECRET=<generate with: openssl rand -hex 32>
|
|
ANTHROPIC_API_KEY=sk-ant-...
|
|
VOYAGE_API_KEY=pa-...
|