19 lines
525 B
JSON
19 lines
525 B
JSON
{
|
|
"brand": "Element",
|
|
"default_server_config": {
|
|
"m.homeserver": {
|
|
"base_url": "https://matrix-client.matrix.org",
|
|
"server_name": "matrix.org"
|
|
},
|
|
"m.identity_server": {
|
|
"base_url": "https://vector.im"
|
|
}
|
|
},
|
|
"disable_3pid_login": false,
|
|
"disable_custom_urls": false,
|
|
"disable_guests": false,
|
|
"disable_login_language_selector": false,
|
|
"force_verification": false,
|
|
"integrations_rest_url": "https://scalar.vector.im/api",
|
|
"integrations_ui_url": "https://scalar.vector.im/"
|
|
}
|