1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/element_ynh.git synced 2024-09-03 18:36:08 +02:00
This commit is contained in:
Éric Gaspar 2023-02-05 22:06:06 +01:00
parent 14104234d4
commit aab0aff985
2 changed files with 6 additions and 9 deletions

View file

@ -1,7 +1,11 @@
{
"default_server_config": {
"m.homeserver": { "base_url": "https://__DEFAULT_HOME_SERVER__" },
"m.identity_server": {"base_url": "https://vector.im"}
"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/",

View file

@ -6,13 +6,6 @@ name = "Element configuration"
[main.config]
name = "Configuration Options"
[main.config.default_home_server]
ask = "Default Home Server"
type = "string"
default = "matrix.org"
help = "Define the Default Home Server."
bind = ":/var/www/__APP__/config.json"
[main.config.login_for_welcome]
ask = "Display login as welcome page"
type = "boolean"