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:
parent
a2e226c5f9
commit
92561051e9
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue