summary refs log tree commit diff
path: root/docs
diff options
context:
space:
mode:
authorvillepeh <100730729+villepeh@users.noreply.github.com>2022-12-07 13:33:24 +0200
committerGitHub <noreply@github.com>2022-12-07 11:33:24 +0000
commit9a9568168acbe90582f40e7cea994cdf55b78753 (patch)
treedab7c2575aaaf1c9db8cd9eb76a1a4fb3fe6de1a /docs
parentFix a long-standing bug where the user directory would return 1 more row than... (diff)
downloadsynapse-9a9568168acbe90582f40e7cea994cdf55b78753.tar.xz
Change `turn_allow_guests` example value to lowercase `true` (#14634)
* Set `turn_allow_guests` example value to lowercase

* Create 14634.doc
Diffstat (limited to 'docs')
-rw-r--r--docs/turn-howto.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/turn-howto.md b/docs/turn-howto.md
index b466cab40c..4e9e4117cd 100644
--- a/docs/turn-howto.md
+++ b/docs/turn-howto.md
@@ -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: