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 2022-06-14 16:02:22 +02:00
parent cc124356be
commit 583ef0089a
No known key found for this signature in database
GPG key ID: 574F281483054D44
2 changed files with 2 additions and 3 deletions

View file

@ -9,6 +9,5 @@ name = "Element configuration"
[main.config.default_home_server]
ask = "Choose a home server"
type = "domain"
default = "https://matrix-client.matrix.org"
pattern.regexp = '^https://'
default = ""
bind = "default_server_name:__FINALPATH__/config.json"

View file

@ -41,7 +41,7 @@
},
{
"name": "default_home_server",
"type": "url",
"type": "string",
"ask": {
"en": "Choose a default home server",
"fr": "Choisissez un serveur par défault"