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:
ericgaspar 2022-01-14 12:39:49 +01:00
parent 5155bd47d6
commit ba86cd4415
No known key found for this signature in database
GPG key ID: 574F281483054D44
3 changed files with 4 additions and 5 deletions

View file

@ -1,7 +1,7 @@
{
"default_server_config": {
"m.homeserver": {
"base_url": "__DEFAULT_HOME_SERVER__",
"base_url": "https://__DEFAULT_HOME_SERVER__",
"server_name": "matrix.org"
},
"m.identity_server": {

View file

@ -8,5 +8,4 @@ name = "Element configuration"
[main.config.default_home_server]
ask = "Choose a home server"
type = "string"
bind = "base_url:__FINALPATH__/config.json"
type = "string"

View file

@ -46,8 +46,8 @@
"en": "Choose a default home server",
"fr": "Choisissez un serveur par défault"
},
"example": "https://my-own-homeserver.tld",
"default": "https://matrix-client.matrix.org"
"example": "my-own-homeserver.tld",
"default": "matrix-client.matrix.org"
},
{
"name": "is_public",