Swap server and client

This commit is contained in:
Henry Hiles 2025-03-23 17:15:33 -04:00
parent 7aef017044
commit c52077eb54
2 changed files with 5 additions and 5 deletions

View file

@ -1,3 +1,6 @@
{
"m.server": "matrix.henryhiles.com:443"
"m.homeserver": {
"base_url": "https://matrix.henryhiles.com",
"org.matrix.msc3575.proxy": "https://matrix.henryhiles.com"
}
}

View file

@ -1,6 +1,3 @@
{
"m.homeserver": {
"base_url": "https://matrix.henryhiles.com",
"org.matrix.msc3575.proxy": "https://matrix.henryhiles.com"
}
"m.server": "matrix.henryhiles.com:443"
}