From e80b62b635408b9018b28f4e1fe1b24c2804003f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Fri, 11 Aug 2023 13:15:24 +0200 Subject: [PATCH] Update conduit.toml --- conf/conduit.toml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/conf/conduit.toml b/conf/conduit.toml index 08122fd..cd99793 100644 --- a/conf/conduit.toml +++ b/conf/conduit.toml @@ -42,3 +42,17 @@ trusted_servers = ["matrix.org"] address = "127.0.0.1" # This makes sure Conduit can only be reached using the reverse proxy #address = "0.0.0.0" # If Conduit is running in a container, make sure the reverse proxy (ie. Traefik) can reach it. + + +# Refer to your Coturn settings. +# `your.turn.url` has to match the REALM setting of your Coturn as well as `transport`. +#turn_uris = ["turn:your.turn.url?transport=udp", "turn:your.turn.url?transport=tcp"] + +# static-auth-secret of your turnserver +#turn_secret = "ADD SECRET HERE" + +# If you have your TURN server configured to use a username and password +# you can provide these information too. In this case comment out `turn_secret above`! +#turn_username = "" +#turn_password = "" +