From b04ce6a3765d0f2f4c3634d60b016e9eb3e4644f Mon Sep 17 00:00:00 2001 From: Richard van der Hoff Date: Mon, 22 Feb 2016 17:07:26 +0000 Subject: [PATCH] Fix default hs url after it was broken in 77b45e72 --- config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json b/config.json index 3e877964a1..923d23ab2c 100644 --- a/config.json +++ b/config.json @@ -1,4 +1,4 @@ { - "default_hs_url": "http://127.0.0.1:8008", + "default_hs_url": "https://matrix.org", "default_is_url": "https://vector.im" }