element-web/config.sample.json

21 lines
564 B
JSON
Raw Normal View History

2015-10-02 12:48:52 +02:00
{
"default_hs_url": "https://matrix.org",
"default_is_url": "https://vector.im",
"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",
2016-09-15 19:42:00 +02:00
"enableLabs": true,
2017-05-08 12:25:45 +02:00
"default_federate": true,
2016-09-15 19:42:00 +02:00
"roomDirectory": {
2016-09-28 11:13:35 +02:00
"servers": [
"matrix.org"
]
2017-05-12 17:12:17 +02:00
},
"welcomeUserId": "@riot-bot:matrix.org",
"piwik": {
"url": "https://piwik.riot.im/",
"siteId": 1
2016-09-15 19:42:00 +02:00
}
2015-10-02 12:48:52 +02:00
}