Context .env

This commit is contained in:
cruizba 2024-03-18 15:30:04 +01:00
parent 000691290f
commit a18884492b

8
.env
View File

@ -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.