From e60353c4a005051df11de3e574b5514c370fbd7f Mon Sep 17 00:00:00 2001
From: David Baker <dave@matrix.org>
Date: Tue, 24 Feb 2015 19:34:21 +0000
Subject: [PATCH] Fix YAML syntax of turn config example

---
 docs/turn-howto.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/turn-howto.rst b/docs/turn-howto.rst
index 82b59538c8..e2c73458e2 100644
--- a/docs/turn-howto.rst
+++ b/docs/turn-howto.rst
@@ -81,7 +81,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_uris: [ "turn:turn.matrix.org:3478?transport=udp", "turn:turn.matrix.org:3478?transport=tcp" ]
     turn_shared_secret: n0t4ctuAllymatr1Xd0TorgSshar3d5ecret4obvIousreAsons
     turn_user_lifetime: 86400000
 
-- 
GitLab