🔧(frontend) pass API and LiveKit server URLs through environment vars
Configured the frontend to use environment variables (prefixed with "VITE_") for API and LiveKit server URLs, which will be overridden in the Helm chart values to ensure correct URLs are used in different environments.
This commit is contained in:
2
src/frontend/.env.development
Normal file
2
src/frontend/.env.development
Normal file
@@ -0,0 +1,2 @@
|
||||
VITE_API_BASE_URL=http://localhost:8071/api/v1.0/
|
||||
VITE_LIVEKIT_SERVER_URL=http://localhost:7880
|
||||
Reference in New Issue
Block a user