- # Backend API Base URL (Supabase Edge Functions)
- # For production: https://YOUR_PROJECT.supabase.co/functions/v1
- # For local dev: http://localhost:54321/functions/v1
- VITE_API_URL=https://ztklqodcdjeqpsvhlpud.supabase.co/functions/v1
- # Frontend URL (for OAuth callbacks and redirects)
- # For production: https://yourdomain.com
- # For local dev: http://localhost:8080
- VITE_FRONTEND_URL=https://shopcall.ai
|