Update sample config for new matrix.org CS API URL

This was missed in https://github.com/vector-im/riot-web/pull/11112
pull/11207/head
Travis Ralston 2019-10-23 13:16:00 -06:00
parent 5b1c615498
commit 4c92e0aa2c
1 changed files with 1 additions and 1 deletions

View File

@ -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": {