diff --git a/.env b/.env index 7017842..e778c88 100644 --- a/.env +++ b/.env @@ -2,9 +2,9 @@ # To access in a LAN environment using 'openvidu-local.dev', just add the IP as a # subdomain. For example if your IP is 192.168.1.105, just use '192-168-1-105.openvidu-local.dev'. # In this way, you can access from any device in your LAN. -LOCAL_DOMAIN=openvidu-local.dev +LOCAL_DOMAIN=localhost # If false, services will not run with TLS. -USE_TLS=true +USE_TLS=false # LiveKit API Key and Secret used for apps to connect to the LiveKit server. LIVEKIT_API_KEY=key1 diff --git a/README.md b/README.md index 002df3d..5582f4e 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@ On **Linux**: ```sh git clone https://github.com/OpenVidu/openvidu-local-deployment +cd openvidu-local-deployment docker compose up ```