mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
f6aa9a7ea4
Accept 404 errors from getting the config and start MatrixChat with no config, make other errors display a simple error message to prevent a completely blank page if the config does fail to load.
8 lines
220 B
JSON
8 lines
220 B
JSON
{
|
|
"default_hs_url": "https://matrix.org",
|
|
"default_is_url": "https://vector.im",
|
|
"brand": "Vector",
|
|
"integrations_ui_url": "http://localhost:8081/",
|
|
"integrations_rest_url": "http://localhost:5050"
|
|
}
|