forked from Fediversity/Fediversity
10 lines
257 B
YAML
10 lines
257 B
YAML
|
# This configures the connection to the TURN server
|
||
|
|
||
|
turn_shared_secret: "<secure key>"
|
||
|
turn_uris:
|
||
|
- "turn:turn.matrixdev.example.com?transport=udp"
|
||
|
- "turn:turn.matrixdev.example.com?transport=tcp"
|
||
|
turn_user_lifetime: 86400000
|
||
|
turn_allow_guests: true
|
||
|
|