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
commit 0880faf312
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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"
}
}
}