From 4c92e0aa2c90f9b6ef52c477de1b9752bcc66862 Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Wed, 23 Oct 2019 13:16:00 -0600 Subject: [PATCH] Update sample config for new matrix.org CS API URL This was missed in https://github.com/vector-im/riot-web/pull/11112 --- config.sample.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.sample.json b/config.sample.json index ade112e8737..88c0e3a92c2 100644 --- a/config.sample.json +++ b/config.sample.json @@ -1,7 +1,7 @@ { "default_server_config": { "m.homeserver": { - "base_url": "https://matrix.org", + "base_url": "https://matrix-client.matrix.org", "server_name": "matrix.org" }, "m.identity_server": {