From cadedd29191f2a8f6c4d11039e5148b1efcf7d77 Mon Sep 17 00:00:00 2001
From: David Baker <dave@matrix.org>
Date: Thu, 2 Jun 2016 14:24:36 +0100
Subject: [PATCH] Revert presumably accidentally comitted config.json

---
 config.json | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/config.json b/config.json
index 7a86618939..e69cf06cf5 100644
--- a/config.json
+++ b/config.json
@@ -1,7 +1,7 @@
 {
-    "default_hs_url": "http://127.0.0.1:8008",
+    "default_hs_url": "https://matrix.org",
     "default_is_url": "https://vector.im",
     "brand": "Vector",
-    "integrations_ui_url": "http://localhost:5051/",
+    "integrations_ui_url": "http://localhost:8081/",
     "integrations_rest_url": "http://localhost:5050"
 }