prosody: add ability to configure external TURN server

Co-authored-by: Thomas Butter <tbutter@gmail.com>
This commit is contained in:
tbutter
2021-08-10 13:57:08 +02:00
committed by GitHub
parent bcae3b19b0
commit 856e414084
3 changed files with 35 additions and 0 deletions

View File

@@ -354,6 +354,13 @@ JIBRI_STRIP_DOMAIN_JID=muc
# Directory for logs inside Jibri container
JIBRI_LOGS_DIR=/config/logs
# Configure an external TURN server
# TURN_CREDENTIALS="secret"
# TURN_HOST=turnserver.example.com
# TURN_PORT=443
# TURNS_HOST=turnserver.example.com
# TURNS_PORT=443
# Disable HTTPS: handle TLS connections outside of this setup
#DISABLE_HTTPS=1