Update config
This commit is contained in:
parent
b6a042002e
commit
aa5b8770c6
2
.env
2
.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).
|
||||
ANNOUNCED_IP=185.8.154.190 # Announced IPv4 or IPv6 (useful when running mediasoup behind NAT with private IP).
|
@ -1,4 +1,4 @@
|
||||
module.exports = {
|
||||
hubAddress: 'https://hub.dev.linx.safemobile.com/',
|
||||
mediasoupAddress: 'https://localhost:3000/mediasoup',
|
||||
mediasoupAddress: 'https://video.safemobile.org/mediasoup',
|
||||
}
|
Loading…
Reference in New Issue
Block a user