Remove LAN_PRIVATE_IP

This commit is contained in:
cruizba 2024-04-25 19:54:45 +02:00
parent 078c949cb9
commit e6078a7e8f
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
# Configure here the private IP of your machine
# It is used by the Media Server to announce it self
# and to configure LAN_MODE ip address
LAN_PRIVATE_IP=192.168.1.60
LAN_PRIVATE_IP=
# Expose OpenVidu with HTTPS.
USE_HTTPS=true

View File

@ -2,7 +2,7 @@
# Configure here the private IP of your machine
# It is used by the Media Server to announce it self
# and to configure LAN_MODE ip address
LAN_PRIVATE_IP=192.168.1.60
LAN_PRIVATE_IP=
# Expose OpenVidu with HTTPS.
USE_HTTPS=true