This repository has been archived on 2025-04-14. You can view files and clone it, but cannot push or open issues or pull requests.
matrix-synapse-debian/synapse/conf.d/turn.yaml
Kiara Grouwstra 0124ae08e2
init
2025-04-14 11:19:49 +02:00

9 lines
237 B
YAML

# This configures the connection to the TURN server
turn_shared_secret: "<secure key>"
turn_uris:
- "turn:turn.example.com?transport=udp"
- "turn:turn.example.com?transport=tcp"
turn_user_lifetime: 86400000
turn_allow_guests: true