Update default server list in config.json (#1467)
* Remove halogen.city * Update config.json * Update config.json
This commit is contained in:
parent
9200e22a7e
commit
9fcd1a0d23
1 changed files with 4 additions and 2 deletions
|
@ -1,11 +1,13 @@
|
||||||
{
|
{
|
||||||
"defaultHomeserver": 3,
|
"defaultHomeserver": 3,
|
||||||
"homeserverList": [
|
"homeserverList": [
|
||||||
|
"0wnz.at",
|
||||||
"converser.eu",
|
"converser.eu",
|
||||||
"envs.net",
|
"envs.net",
|
||||||
"halogen.city",
|
|
||||||
"matrix.org",
|
"matrix.org",
|
||||||
"mozilla.org"
|
"monero.social",
|
||||||
|
"mozilla.org",
|
||||||
|
"xmr.se"
|
||||||
],
|
],
|
||||||
"allowCustomHomeservers": true
|
"allowCustomHomeservers": true
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue