|
# Production Environment Variables Example
|
|
# Copy this file to .env.production and fill in your actual values
|
|
|
|
VITE_API_URL=https://your-backend-domain.com
|
|
VITE_WS_URL=wss://your-backend-domain.com
|
|
VITE_SUPABASE_URL=your_supabase_url
|
|
VITE_SUPABASE_ANON_KEY=your_anon_key
|