diff --git a/community/.env b/community/.env index 1c6c2f5..e718637 100644 --- a/community/.env +++ b/community/.env @@ -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 diff --git a/pro/.env b/pro/.env index c993295..9230f1a 100644 --- a/pro/.env +++ b/pro/.env @@ -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