.env.example 403 B

123456789
  1. # Backend API Base URL (Supabase Edge Functions)
  2. # For production: https://YOUR_PROJECT.supabase.co/functions/v1
  3. # For local dev: http://localhost:54321/functions/v1
  4. VITE_API_URL=https://ztklqodcdjeqpsvhlpud.supabase.co/functions/v1
  5. # Frontend URL (for OAuth callbacks and redirects)
  6. # For production: https://yourdomain.com
  7. # For local dev: http://localhost:8080
  8. VITE_FRONTEND_URL=https://shopcall.ai