Files
ims/.env.local.example
T

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-...