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_is_url": "https://vector.im",
"brand": "Element",
"integrations_ui_url": "https://scalar.vector.im/",
"integrations_rest_url": "https://scalar.vector.im/api",
"enableLabs": true,
"roomDirectory": {
"servers": [
"matrix.org"
]
}
}
"default_server_config": {
"m.homeserver": {
"base_url": "https://__DEFAULT_HOME_SERVER__"
},
"m.identity_server": {
"base_url": "https://vector.im"
}
},
"room_directory": {
"servers": ["matrix.org"]
}
}