mirror of
https://github.com/YunoHost-Apps/element_ynh.git
synced 2024-09-03 18:36:08 +02:00
fix
This commit is contained in:
parent
14104234d4
commit
aab0aff985
2 changed files with 6 additions and 9 deletions
|
@ -1,7 +1,11 @@
|
||||||
{
|
{
|
||||||
"default_server_config": {
|
"default_server_config": {
|
||||||
"m.homeserver": { "base_url": "https://__DEFAULT_HOME_SERVER__" },
|
"m.homeserver": {
|
||||||
"m.identity_server": {"base_url": "https://vector.im"}
|
"base_url": "https://__DEFAULT_HOME_SERVER__"
|
||||||
|
},
|
||||||
|
"m.identity_server": {
|
||||||
|
"base_url": "https://vector.im"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"brand": "Element",
|
"brand": "Element",
|
||||||
"integrations_ui_url": "https://scalar.vector.im/",
|
"integrations_ui_url": "https://scalar.vector.im/",
|
||||||
|
|
|
@ -6,13 +6,6 @@ name = "Element configuration"
|
||||||
[main.config]
|
[main.config]
|
||||||
name = "Configuration Options"
|
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]
|
[main.config.login_for_welcome]
|
||||||
ask = "Display login as welcome page"
|
ask = "Display login as welcome page"
|
||||||
type = "boolean"
|
type = "boolean"
|
||||||
|
|
Loading…
Add table
Reference in a new issue