Compare commits

...

2 Commits

Author SHA1 Message Date
Jesper Hess 7848b8db06 Merge branch 'master' into install-omconfig 2022-07-22 12:37:14 +00:00
Jesper Hess 515861c206 Fix config for default matrix server in element
Fixes: #88
2022-07-22 12:36:53 +00:00
1 changed files with 8 additions and 2 deletions

View File

@ -1,6 +1,12 @@
{
"default_hs_url": "https://{{ matrix.domain }}",
"default_is_url": "https://vector.im",
"default_server_config": {
"m.homeserver": {
"base_url": "https://{{ matrix.domain }}"
},
"m.identity_server": {
"base_url": "https://vector.im"
}
},
"brand": "element.data.coop",
"integrations_ui_url": "https://scalar.vector.im/",
"integrations_rest_url": "https://scalar.vector.im/api",