From e64198d85ec90c10822aaba1f24fa74e0b13e521 Mon Sep 17 00:00:00 2001 From: cruizba Date: Wed, 27 Mar 2024 20:30:44 +0100 Subject: [PATCH] Remove private IP from repo --- .env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env b/.env index 5623e6a..f43d40c 100644 --- a/.env +++ b/.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