Update config

This commit is contained in:
Sergiu Toma 2022-08-02 10:16:08 +03:00
parent b6a042002e
commit aa5b8770c6
2 changed files with 3 additions and 3 deletions

4
.env
View File

@ -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).
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).

View File

@ -1,4 +1,4 @@
module.exports = {
hubAddress: 'https://hub.dev.linx.safemobile.com/',
mediasoupAddress: 'https://localhost:3000/mediasoup',
mediasoupAddress: 'https://video.safemobile.org/mediasoup',
}