summary refs log tree commit diff
path: root/docs/turn-howto.md
diff options
context:
space:
mode:
authorBrendan Abolivier <babolivier@matrix.org>2020-04-23 11:23:33 +0200
committerBrendan Abolivier <babolivier@matrix.org>2020-04-23 11:23:33 +0200
commitfb825759e3e176e14daf2d1a3afe69071ea76e6d (patch)
tree162ef56256b7a652983d321b0e0d40194cc934d6 /docs/turn-howto.md
parentStop the master relaying USER_SYNC for other workers (#7318) (diff)
parentRevert "Merge pull request #7315 from matrix-org/babolivier/request_token" (diff)
downloadsynapse-fb825759e3e176e14daf2d1a3afe69071ea76e6d.tar.xz
Merge branch 'master' into develop
Diffstat (limited to 'docs/turn-howto.md')
-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 b26e41f19e..b8a2ba3e82 100644
--- a/docs/turn-howto.md
+++ b/docs/turn-howto.md
@@ -120,7 +120,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:
 
     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_allow_guests: True