mirror of
https://github.com/YunoHost-Apps/element_ynh.git
synced 2024-09-03 18:36:08 +02:00
Merge pull request #99 from YunoHost-Apps/default-server-in-config
Default server in config
This commit is contained in:
commit
8d50ce8754
1 changed files with 8 additions and 0 deletions
|
@ -8,6 +8,14 @@ name = "Element configuration"
|
|||
name = "Configuration Options"
|
||||
#name.fr = "Options de configuration"
|
||||
|
||||
[main.config.default_home_server]
|
||||
ask = "Default Home Server"
|
||||
type = "string"
|
||||
default = "matrix.org"
|
||||
help = "Define the Default Home Server."
|
||||
bind = "base_url:__INSTALL_DIR__/config.json"
|
||||
|
||||
|
||||
[main.config.login_for_welcome]
|
||||
ask = "Display login as welcome page"
|
||||
#ask.fr = "Afficher la connexion comme page d'accueil"
|
||||
|
|
Loading…
Add table
Reference in a new issue