|
# API Configuration
|
|
NEXT_PUBLIC_API_URL=http://127.0.0.1:8123/api
|
|
NEXT_PUBLIC_WS_URL=ws://127.0.0.1:8123/ws
|
|
|
|
# LiveKit Configuration
|
|
NEXT_PUBLIC_LIVEKIT_URL=ws://127.0.0.1:7880
|
|
|
|
# Environment
|
|
NODE_ENV=development
|
|
|
|
# Performance
|
|
NEXT_PUBLIC_ENABLE_ANALYTICS=false
|