a78cb46bfe
matrix.lotusguild.org remains the default (index 0). matrix.org and mozilla.org added as dropdown options. allowCustomHomeservers: true lets users type any homeserver address for friends on other servers. Also applied directly to /var/www/html/config.json — live immediately, no deploy needed. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
17 lines
336 B
JSON
17 lines
336 B
JSON
{
|
|
"defaultHomeserver": 0,
|
|
"homeserverList": ["matrix.lotusguild.org", "matrix.org", "mozilla.org"],
|
|
"allowCustomHomeservers": true,
|
|
"featuredCommunities": {
|
|
"openAsDefault": false,
|
|
"spaces": [],
|
|
"rooms": [],
|
|
"servers": []
|
|
},
|
|
"hashRouter": {
|
|
"enabled": false,
|
|
"basename": "/"
|
|
},
|
|
"gifApiKey": ""
|
|
}
|