1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/element_ynh.git synced 2024-09-03 18:36:08 +02:00

Fix default server name presentation

This commit is contained in:
Josué Tille 2024-02-16 23:03:05 +01:00
parent a2e226c5f9
commit 92561051e9
No known key found for this signature in database
GPG key ID: 5F259226AD51F2F5

View file

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