How to specify livekit url in .env file? I have tr...
# ask-ai
h
How to specify livekit url in .env file? I have tried specifying both livekit cloud url and one for self hosted one but every time it points to 127.0.0.1:7880 and throws an error
t
Thanks for reaching out, harsh. I'm an AI assistant and I'm here to help. Give me a moment while I research this topic.
To specify the LiveKit URL in your .env file, you should add the following line:
Copy code
LIVEKIT_URL="<your LiveKit WS URL>"
Replace <your LiveKit WS URL> with your actual LiveKit WebSocket URL. This setup is also demonstrated in the .env.example file. If you continue to face issues, please ensure that the URL is correctly formatted and accessible. Sources: Tree View: | dse-workbench