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:
parent
f7b7a63294
commit
c404d719dc
1 changed files with 12 additions and 12 deletions
|
@ -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"]
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue