From c12f6e78e9dd8bbb227dca4372380f58632d2979 Mon Sep 17 00:00:00 2001 From: cruizba Date: Mon, 18 Mar 2024 17:41:59 +0100 Subject: [PATCH] Missing cd command. Default to localhost --- .env | 4 ++-- README.md | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) 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 ```