feat: add matrix .well-known files

This commit is contained in:
2021-06-22 19:25:21 +01:00
parent 2cdd41ebaa
commit 2763661a66
3 changed files with 12 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
{
"m.homeserver": {
"base_url": "https://bah.ems.host"
},
"m.identity_server": {
"base_url": "https://vector.im"
}
}

View File

@@ -0,0 +1,3 @@
{
"m.server": "bah.ems.host:443"
}

1
_config.yml Normal file
View File

@@ -0,0 +1 @@
include: [".well-known"]