aboutsummaryrefslogtreecommitdiff
path: root/cluster/prod/app/matrix/config/synapse/homeserver.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'cluster/prod/app/matrix/config/synapse/homeserver.yaml')
-rw-r--r--cluster/prod/app/matrix/config/synapse/homeserver.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/cluster/prod/app/matrix/config/synapse/homeserver.yaml b/cluster/prod/app/matrix/config/synapse/homeserver.yaml
index 48ae431..78eb913 100644
--- a/cluster/prod/app/matrix/config/synapse/homeserver.yaml
+++ b/cluster/prod/app/matrix/config/synapse/homeserver.yaml
@@ -256,10 +256,10 @@ recaptcha_siteverify_api: "https://www.google.com/recaptcha/api/siteverify"
## Turn ##
# The public URIs of the TURN server to give to clients
-#turn_uris: [ "turn:turn.deuxfleurs.fr:3478?transport=udp", "turn:turn.deuxfleurs.fr:3478?transport=tcp" ]
+turn_uris: [ "turn:turn.deuxfleurs.fr:3478?transport=udp", "turn:turn.deuxfleurs.fr:3478?transport=tcp" ]
# The shared secret used to compute passwords for the TURN server
-#turn_shared_secret: 'change me'
+turn_shared_secret: '{{ key "secrets/coturn/static-auth-secret" | trimSpace }}'
# How long generated TURN credentials last
turn_user_lifetime: "1h"