47 lines
2.8 KiB
Plaintext
47 lines
2.8 KiB
Plaintext
# Explicitly disables the AWS mapping harvester. By default the harvester is enabled if ice4j detects that it is running in the AWS network.
|
|
org.ice4j.ice.harvest.DISABLE_AWS_HARVESTER=true
|
|
# Use the jitsi.net TURN server
|
|
org.ice4j.ice.harvest.STUN_MAPPING_HARVESTER_ADDRESSES=meet-jit-si-turnrelay.jitsi.net:443
|
|
|
|
# Enable broadcasting stats/presence in a MUC
|
|
org.jitsi.videobridge.ENABLE_STATISTICS=true
|
|
org.jitsi.videobridge.STATISTICS_TRANSPORT=muc
|
|
|
|
# Connect to the bitquell.de XMPP server
|
|
org.jitsi.videobridge.xmpp.user.example.HOSTNAME=meet.example.com
|
|
org.jitsi.videobridge.xmpp.user.example.DOMAIN=meet.example.com
|
|
org.jitsi.videobridge.xmpp.user.example.USERNAME=jvb
|
|
org.jitsi.videobridge.xmpp.user.example.PASSWORD=jvbpasswd
|
|
org.jitsi.videobridge.xmpp.user.example.MUC_JIDS=jvbroom@conference.example.com
|
|
org.jitsi.videobridge.xmpp.user.example.MUC_NICKNAME=jvb1
|
|
#org.jitsi.videobridge.xmpp.user.example.DISABLE_CERTIFICATE_VERIFICATION=true
|
|
|
|
# APIs (in /etc/jitsi/videobridge/config bei JAVA_SYS_PROPS with e.g. "apis=rest,xmpp" enablen)
|
|
# private API
|
|
##org.jitsi.videobridge.rest.private.jetty.port=8080
|
|
##org.jitsi.videobridge.rest.private.jetty.tls.port=8443
|
|
##org.jitsi.videobridge.rest.private.jetty.sslContextFactory.keyStorePath=
|
|
##org.jitsi.videobridge.rest.private.jetty.sslContextFactory.keyStorePassword=
|
|
##org.jitsi.videobridge.rest.private.jetty.sslContextFactory.needClientAuth=false
|
|
##org.jitsi.videobridge.rest.private.jetty.host=
|
|
# public api
|
|
##org.jitsi.videobridge.rest.jetty.port=-1
|
|
##org.jitsi.videobridge.rest.jetty.tls.port=-1
|
|
##org.jitsi.videobridge.rest.jetty.sslContextFactory.keyStorePath=
|
|
##org.jitsi.videobridge.rest.jetty.sslContextFactory.keyStorePassword=
|
|
##org.jitsi.videobridge.rest.jetty.sslContextFactory.needClientAuth=false
|
|
##org.jitsi.videobridge.rest.jetty.host=
|
|
##org.jitsi.videobridge.clearport.redirect.jetty.port=80
|
|
# public api proxy settings
|
|
##org.jitsi.videobridge.rest.jetty.ProxyServlet.hostHeader=example.com
|
|
##org.jitsi.videobridge.rest.jetty.ProxyServlet.pathSpec=/http-bind
|
|
##org.jitsi.videobridge.rest.jetty.ProxyServlet.proxyTo=http://localhost:5280/http-bind
|
|
# Configure serving of static content (tuned for jitsi-meet)
|
|
##org.jitsi.videobridge.rest.jetty.ResourceHandler.resourceBase=/usr/share/jitsi-meet
|
|
##org.jitsi.videobridge.rest.jetty.ResourceHandler.alias./config.js=/etc/jitsi/meet/example.com-config.js
|
|
##org.jitsi.videobridge.rest.jetty.ResourceHandler.alias./interface_config.js=/usr/share/jitsi-meet/interface_config.js
|
|
##org.jitsi.videobridge.rest.jetty.ResourceHandler.alias./logging_config.js=/usr/share/jitsi-meet/logging_config.js
|
|
##org.jitsi.videobridge.rest.jetty.RewriteHandler.regex=^/([a-zA-Z0-9]+)$
|
|
##org.jitsi.videobridge.rest.jetty.RewriteHandler.replacement=/
|
|
##org.jitsi.videobridge.rest.jetty.SSIResourceHandler.paths=/
|