From 931a4f29c80302445571d2d57a6cdd57a6e42fe7 Mon Sep 17 00:00:00 2001 From: David Baker Date: Thu, 16 Jul 2015 09:57:14 +0100 Subject: [PATCH] Argh, accidentally committed again --- src/controllers/molecules/ServerConfig.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/controllers/molecules/ServerConfig.js b/src/controllers/molecules/ServerConfig.js index 76909a1489..3cd5156ba8 100644 --- a/src/controllers/molecules/ServerConfig.js +++ b/src/controllers/molecules/ServerConfig.js @@ -30,7 +30,7 @@ module.exports = { return { onHsUrlChanged: function() {}, onIsUrlChanged: function() {}, - default_hs_url: 'http://localhost:8008', + default_hs_url: 'https://matrix.org/', default_is_url: 'https://matrix.org/' }; },