mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-02-09 06:08:26 -05:00
Improve example TURN configuration in documentation (#7284)
This commit is contained in:
parent
6fb63d6426
commit
0d775fcc2d
@ -113,7 +113,7 @@ Your home server configuration file needs the following extra keys:
|
|||||||
As an example, here is the relevant section of the config file for matrix.org:
|
As an example, here is the relevant section of the config file for matrix.org:
|
||||||
|
|
||||||
turn_uris: [ "turn:turn.matrix.org:3478?transport=udp", "turn:turn.matrix.org:3478?transport=tcp" ]
|
turn_uris: [ "turn:turn.matrix.org:3478?transport=udp", "turn:turn.matrix.org:3478?transport=tcp" ]
|
||||||
turn_shared_secret: n0t4ctuAllymatr1Xd0TorgSshar3d5ecret4obvIousreAsons
|
turn_shared_secret: "n0t4ctuAllymatr1Xd0TorgSshar3d5ecret4obvIousreAsons"
|
||||||
turn_user_lifetime: 86400000
|
turn_user_lifetime: 86400000
|
||||||
turn_allow_guests: True
|
turn_allow_guests: True
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user