mirror of https://github.com/vector-im/riot-web
Update sample config for new matrix.org CS API URL
This was missed in https://github.com/vector-im/riot-web/pull/11112pull/11207/head
parent
5b1c615498
commit
4c92e0aa2c
|
@ -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": {
|
||||
|
|
Loading…
Reference in New Issue