diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2023-03-11 12:37:57 +0100 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2023-03-11 12:37:57 +0100 |
commit | d56f895a1c0e98b76f80652d85fcec51ef42f775 (patch) | |
tree | 73b5df9ab84c058ad6908313ab2cf3ced5f8dbac /cluster/prod/app/matrix/config/synapse | |
parent | 6b8a94ba2efc85970e66ad2a863f8240cddfde70 (diff) | |
download | nixcfg-d56f895a1c0e98b76f80652d85fcec51ef42f775.tar.gz nixcfg-d56f895a1c0e98b76f80652d85fcec51ef42f775.zip |
integrate turn in matrix
Diffstat (limited to 'cluster/prod/app/matrix/config/synapse')
-rw-r--r-- | cluster/prod/app/matrix/config/synapse/homeserver.yaml | 4 |
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" |