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

Fix config

This commit is contained in:
Éric Gaspar 2022-07-05 17:29:48 +02:00
parent a087f52fb6
commit 2a0cddec8a
No known key found for this signature in database
GPG key ID: 574F281483054D44
2 changed files with 5 additions and 2 deletions

View file

@ -1,5 +1,8 @@
{
"default_server_name": "__DEFAULT_HOME_SERVER__",
"default_server_config": {
"m.homeserver": { "base_url": "https://__DEFAULT_HOME_SERVER__" },
"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",

View file

@ -11,4 +11,4 @@ name = "Element configuration"
type = "string"
default = "matrix.org"
help = "Choose your default Matrix server's domain name. Default is matrix.org"
bind = "default_server_name:__FINALPATH__/config.json"
bind = "m.homeserver:__FINALPATH__/config.json"