9 lines
392 B
Bash
9 lines
392 B
Bash
# Vite exposes only VITE_-prefixed env vars to client code.
|
|
VITE_SUPABASE_URL=http://127.0.0.1:54321
|
|
VITE_SUPABASE_ANON_KEY=sb_publishable_replace_me
|
|
VITE_AUTH_REDIRECT_URL=http://localhost:1420/auth/callback
|
|
|
|
# LiveKit signaling URL. The token comes from the mint-livekit-token edge
|
|
# function; the client uses this URL to open the WebSocket connection.
|
|
VITE_LIVEKIT_URL=ws://localhost:7880
|