From aa5b8770c643600acb5b7aca91bc03437d610295 Mon Sep 17 00:00:00 2001 From: Sergiu Toma Date: Tue, 2 Aug 2022 10:16:08 +0300 Subject: [PATCH] Update config --- .env | 4 ++-- public/config.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.env b/.env index 58d58e3..a5316a8 100644 --- a/.env +++ b/.env @@ -1,3 +1,3 @@ PORT=3000 -IP=0.0.0.0# Listening IPv4 or IPv6. -ANNOUNCED_IP=127.0.0.1 # Announced IPv4 or IPv6 (useful when running mediasoup behind NAT with private IP). \ No newline at end of file +IP=0.0.0.0 # Listening IPv4 or IPv6. +ANNOUNCED_IP=185.8.154.190 # Announced IPv4 or IPv6 (useful when running mediasoup behind NAT with private IP). \ No newline at end of file diff --git a/public/config.js b/public/config.js index fe79e7b..d2e2d91 100644 --- a/public/config.js +++ b/public/config.js @@ -1,4 +1,4 @@ module.exports = { hubAddress: 'https://hub.dev.linx.safemobile.com/', - mediasoupAddress: 'https://localhost:3000/mediasoup', + mediasoupAddress: 'https://video.safemobile.org/mediasoup', } \ No newline at end of file