mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
26269986f5
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
32 lines
967 B
JSON
32 lines
967 B
JSON
{
|
|
"default_hs_url": "https://matrix.org",
|
|
"default_is_url": "https://vector.im",
|
|
"disable_custom_urls": false,
|
|
"disable_guests": false,
|
|
"disable_login_language_selector": false,
|
|
"disable_3pid_login": false,
|
|
"brand": "Riot",
|
|
"integrations_ui_url": "https://scalar.vector.im/",
|
|
"integrations_rest_url": "https://scalar.vector.im/api",
|
|
"bug_report_endpoint_url": "https://riot.im/bugreports/submit",
|
|
"features": {
|
|
"feature_groups": "labs",
|
|
"feature_pinning": "labs"
|
|
},
|
|
"default_federate": true,
|
|
"welcomePageUrl": "home.html",
|
|
"default_theme": "light",
|
|
"roomDirectory": {
|
|
"servers": [
|
|
"matrix.org"
|
|
]
|
|
},
|
|
"welcomeUserId": "@riot-bot:matrix.org",
|
|
"piwik": {
|
|
"url": "https://piwik.riot.im/",
|
|
"whitelistedHSUrls": ["https://matrix.org"],
|
|
"whitelistedISUrls": ["https://vector.im", "https://matrix.org"],
|
|
"siteId": 1
|
|
}
|
|
}
|