mirror of
https://github.com/YunoHost-Apps/element_ynh.git
synced 2024-09-03 18:36:08 +02:00
Update config_panel.toml
This commit is contained in:
parent
8ac5d9c620
commit
8370189cdf
1 changed files with 9 additions and 0 deletions
|
@ -6,6 +6,15 @@ 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 = "default_home_server:/var/www/__APP__/config.json"
|
||||
|
||||
|
||||
[main.config.login_for_welcome]
|
||||
ask = "Display login as welcome page"
|
||||
type = "boolean"
|
||||
|
|
Loading…
Add table
Reference in a new issue