diff --git a/.env b/.env index 1be200f..7017842 100644 --- a/.env +++ b/.env @@ -1,7 +1,9 @@ -# Only openvidu-local.dev can be used. -# You can access the deployment also via https://localhost:4443 -# but with a self-signed certificate. +# Only 'openvidu-local.dev', '*.openvidu-local.dev' or 'localhost' can be used. +# 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 +# If false, services will not run with TLS. USE_TLS=true # LiveKit API Key and Secret used for apps to connect to the LiveKit server.