1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/element_ynh.git synced 2024-09-03 18:36:08 +02:00

Update config.json

This commit is contained in:
Éric Gaspar 2022-06-14 15:43:39 +02:00
parent f7b7a63294
commit c404d719dc
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -1,13 +1,13 @@
{ {
"default_hs_url": "https://__DEFAULT_HOME_SERVER__", "default_server_config": {
"default_is_url": "https://vector.im", "m.homeserver": {
"brand": "Element", "base_url": "https://__DEFAULT_HOME_SERVER__"
"integrations_ui_url": "https://scalar.vector.im/", },
"integrations_rest_url": "https://scalar.vector.im/api", "m.identity_server": {
"enableLabs": true, "base_url": "https://vector.im"
"roomDirectory": { }
"servers": [ },
"matrix.org" "room_directory": {
] "servers": ["matrix.org"]
} }
} }