Merge pull request #799 from vector-im/dbkr/sample_config
Make sample config just have the HS config
This commit is contained in:
commit
0880faf312
6 changed files with 18 additions and 19 deletions
8
config/config.sample.json
Normal file
8
config/config.sample.json
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"default_server_config": {
|
||||
"m.homeserver": {
|
||||
"base_url": "https://call.ems.host",
|
||||
"server_name": "call.ems.host"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue