Change matrix port to 8448
This commit is contained in:
parent
80e5ead0c3
commit
97d0ae1e00
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"m.homeserver": {
|
||||
"base_url": "https://matrix.jotoho.de:443"
|
||||
"base_url": "https://matrix.jotoho.de:8448"
|
||||
},
|
||||
"io.element.e2ee": {
|
||||
"default": true,
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
{
|
||||
"m.server": "matrix.jotoho.de:443"
|
||||
"m.server": "matrix.jotoho.de:8448"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue