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 2023-03-02 09:49:39 +01:00
parent 7365e9444e
commit 35cfd0fedf

View file

@ -11,10 +11,14 @@
"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",
"showLabsSettings": false, "showLabsSettings": false,
"roomDirectory": {"servers": ["matrix.org"]}, "roomDirectory": {
"servers": ["matrix.org"]
},
"enable_presence_by_hs_url": { "enable_presence_by_hs_url": {
"https://matrix.org": false, "https://matrix.org": false,
"https://matrix-client.matrix.org": false "https://matrix-client.matrix.org": false
}, },
"embedded_pages": {"login_for_welcome": __LOGIN_FOR_WELCOME__} "embedded_pages": {
"login_for_welcome": __LOGIN_FOR_WELCOME__
}
} }