1
0
Fork 0
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:
Éric Gaspar 2023-03-17 15:59:48 +01:00 committed by GitHub
commit 8d50ce8754
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"