mirror of
https://github.com/YunoHost-Apps/element_ynh.git
synced 2024-09-03 18:36:08 +02:00
correct bug #59
#59 limit acces to element because off deprecated matrix server configuration parameter
This commit is contained in:
parent
9259fedc68
commit
b7acea6fbc
1 changed files with 6 additions and 1 deletions
|
@ -1,5 +1,10 @@
|
||||||
{
|
{
|
||||||
"default_server_name": "__DEFAULT_HOME_SERVER__",
|
"default_server_config": {
|
||||||
|
"m.homeserver": { "base_url": "__DEFAULT_HOME_SERVER__" },
|
||||||
|
"im.vector.riot.jitsi": {"preferredDomain": "jitsi.riot.im"},
|
||||||
|
"im.vector.riot.e2ee": {"default": true },
|
||||||
|
"m.identity_server": {"base_url": "https://vector.im"}
|
||||||
|
},
|
||||||
"brand": "Element",
|
"brand": "Element",
|
||||||
"integrations_ui_url": "https://scalar.vector.im/",
|
"integrations_ui_url": "https://scalar.vector.im/",
|
||||||
"integrations_rest_url": "https://scalar.vector.im/api",
|
"integrations_rest_url": "https://scalar.vector.im/api",
|
||||||
|
|
Loading…
Add table
Reference in a new issue