7 lines
240 B
Bash
7 lines
240 B
Bash
# Supabase Edge Functions env. Loaded by `supabase functions serve`.
|
|
# Rotate LIVEKIT_API_SECRET before any prod deployment.
|
|
|
|
LIVEKIT_URL=ws://localhost:7880
|
|
LIVEKIT_API_KEY=devkey
|
|
LIVEKIT_API_SECRET=devsecret-at-least-32-bytes-long-please
|