Merge pull request #799 from vector-im/dbkr/sample_config

Make sample config just have the HS config
This commit is contained in:
David Baker
2022-12-21 17:58:43 +00:00
committed by GitHub
6 changed files with 18 additions and 19 deletions

View File

@@ -0,0 +1,8 @@
{
"default_server_config": {
"m.homeserver": {
"base_url": "https://call.ems.host",
"server_name": "call.ems.host"
}
}
}