mirror of
https://github.com/element-hq/element-web
synced 2024-11-29 04:48:50 +03: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.
7 lines
220 B
JSON
7 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"
|
|
}
|