mirror of
https://github.com/element-hq/synapse.git
synced 2024-11-21 17:15:38 +03:00
Change turn_allow_guests
example value to lowercase true
(#14634)
* Set `turn_allow_guests` example value to lowercase * Create 14634.doc
This commit is contained in:
parent
cf1059d045
commit
9a9568168a
2 changed files with 2 additions and 1 deletions
1
changelog.d/14634.doc
Normal file
1
changelog.d/14634.doc
Normal file
|
@ -0,0 +1 @@
|
|||
Change `turn_allow_guests` example value to lowercase `true`.
|
|
@ -38,7 +38,7 @@ As an example, here is the relevant section of the config file for `matrix.org`.
|
|||
turn_uris: [ "turn:turn.matrix.org?transport=udp", "turn:turn.matrix.org?transport=tcp" ]
|
||||
turn_shared_secret: "n0t4ctuAllymatr1Xd0TorgSshar3d5ecret4obvIousreAsons"
|
||||
turn_user_lifetime: 86400000
|
||||
turn_allow_guests: True
|
||||
turn_allow_guests: true
|
||||
|
||||
After updating the homeserver configuration, you must restart synapse:
|
||||
|
||||
|
|
Loading…
Reference in a new issue