mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
39 lines
1.4 KiB
JSON
39 lines
1.4 KiB
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",
|
|
"enableLabs": true,
|
|
"roomDirectory": {
|
|
"networks": [
|
|
"matrix:example_com",
|
|
"matrix:matrix_org",
|
|
"gitter",
|
|
"irc:freenode",
|
|
"irc:mozilla"
|
|
],
|
|
"networkPatterns": {
|
|
"matrix:example_com": "#.*:example.com",
|
|
"matrix:matrix_org": "#.*:matrix.org",
|
|
"gitter": "#gitter_.*:matrix.org",
|
|
"irc:freenode": "#freenode_.*:matrix.org",
|
|
"irc:mozilla": "#mozilla_.*:matrix.org"
|
|
},
|
|
"networkNames": {
|
|
"matrix:example_com": "example.com",
|
|
"matrix:matrix_org": "matrix.org",
|
|
"irc:freenode": "Freenode",
|
|
"irc:mozilla": "Mozilla",
|
|
"gitter": "Gitter"
|
|
},
|
|
"networkIcons": {
|
|
"matrix:example_com": "//matrix.org/favicon.ico",
|
|
"matrix:matrix_org": "//matrix.org/favicon.ico",
|
|
"irc:freenode": "//matrix.org/_matrix/media/v1/download/matrix.org/DHLHpDDgWNNejFmrewvwEAHX",
|
|
"irc:mozilla": "//matrix.org/_matrix/media/v1/download/matrix.org/DHLHpDDgWNNejFmrewvwEAHX",
|
|
"gitter": "//gitter.im/favicon.ico"
|
|
}
|
|
}
|
|
}
|