Missing cd command. Default to localhost
This commit is contained in:
parent
0dd0c8d6a6
commit
c12f6e78e9
4
.env
4
.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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user