From e6078a7e8f7accf387bdfb9db66aec8fbf9008cd Mon Sep 17 00:00:00 2001 From: cruizba Date: Thu, 25 Apr 2024 19:54:45 +0200 Subject: [PATCH] Remove LAN_PRIVATE_IP --- community/.env | 2 +- pro/.env | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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