From 23d9cee299c391cbbd426d26075aa5f41915bcbe Mon Sep 17 00:00:00 2001 From: David Baker Date: Wed, 15 Jul 2015 19:30:10 +0100 Subject: [PATCH] didn't mean to commit that --- 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/' }; },