.env.local.example 285 B

12345678
  1. OPENAI_API_KEY=
  2. # Update these with your Supabase details from your project settings > API
  3. NEXT_PUBLIC_SUPABASE_URL=
  4. NEXT_PUBLIC_SUPABASE_ANON_KEY=
  5. # should only be used on a server. This key can bypass Row Level Security. NEVER use this key in a browser.
  6. SUPABASE_SERVICE_ROLE_KEY=