matrix: add client configuration file
This commit is contained in:
parent
1fe685540f
commit
b8a5777431
1 changed files with 11 additions and 0 deletions
11
static/.well-known/matrix/client
Normal file
11
static/.well-known/matrix/client
Normal file
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"m.server": {
|
||||
"base_url": "https://matrix.kempkens.io"
|
||||
},
|
||||
"m.homeserver": {
|
||||
"base_url": "https://matrix.kempkens.io"
|
||||
},
|
||||
"org.matrix.msc3575.proxy": {
|
||||
"url": "https://matrix.kempkens.io"
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue