core: make HTTP, HTTPS and JVB ports configurable
This commit is contained in:
@@ -1,6 +1,12 @@
|
||||
# Directory where all configuration will be stored.
|
||||
CONFIG=~/.jitsi-meet-cfg
|
||||
|
||||
# Exposed HTTP port.
|
||||
HTTP_PORT=8000
|
||||
|
||||
# Exposed HTTPS port.
|
||||
HTTPS_PORT=8443
|
||||
|
||||
# System time zone.
|
||||
TZ=Europe/Amsterdam
|
||||
|
||||
@@ -23,6 +29,9 @@ JVB_COMPONENT_SECRET=s3cr3t
|
||||
# STUN servers used to discover the server's public IP.
|
||||
JVB_STUN_SERVERS=stun.l.google.com:19302,stun1.l.google.com:19302,stun2.l.google.com:19302
|
||||
|
||||
# Media port for the Jitsi Videobridge
|
||||
JVB_PORT=10000
|
||||
|
||||
# XMPP component password for Jicofo.
|
||||
JICOFO_COMPONENT_SECRET=s3cr37
|
||||
|
||||
|
||||
Reference in New Issue
Block a user