1
0
Fork 0
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:
rosbeef andino 2022-07-02 14:33:07 -04:00 committed by GitHub
parent 9259fedc68
commit b7acea6fbc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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",
"integrations_ui_url": "https://scalar.vector.im/",
"integrations_rest_url": "https://scalar.vector.im/api",