diff options
author | nataraj-hates-MS-for-stealing-github <48326335+nataraj-hates-MS-for-stealing-github@users.noreply.github.com> | 2020-04-17 15:04:23 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-17 08:04:23 -0400 |
commit | 0d775fcc2d0c7b6a07dad5430256d4d6c75a9f0d (patch) | |
tree | 361750ad92a2f19d9d060c0379752812d8760b6f /docs | |
parent | Add some warnings and notes about slow upgrade (#7275) (diff) | |
download | synapse-0d775fcc2d0c7b6a07dad5430256d4d6c75a9f0d.tar.xz |
Improve example TURN configuration in documentation (#7284)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/turn-howto.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/turn-howto.md b/docs/turn-howto.md index 1bd3943f54..1e121ead6a 100644 --- a/docs/turn-howto.md +++ b/docs/turn-howto.md @@ -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: 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 |