2015-10-02 06:48:52 -04:00
|
|
|
{
|
2016-06-02 09:24:36 -04:00
|
|
|
"default_hs_url": "https://matrix.org",
|
2016-05-10 11:35:35 -04:00
|
|
|
"default_is_url": "https://vector.im",
|
2016-06-02 06:45:23 -04:00
|
|
|
"brand": "Vector",
|
2016-06-02 09:24:36 -04:00
|
|
|
"integrations_ui_url": "http://localhost:8081/",
|
2016-08-05 11:14:03 -04:00
|
|
|
"integrations_rest_url": "http://localhost:5050",
|
2016-09-15 13:42:00 -04:00
|
|
|
"enableLabs": true,
|
|
|
|
"roomDirectory": {
|
|
|
|
"networks": [
|
|
|
|
"matrix:example_com",
|
|
|
|
"matrix:matrix_org",
|
|
|
|
"irc:mynetwork"
|
|
|
|
],
|
|
|
|
"networkPatterns": {
|
|
|
|
"matrix:myserver": "#.*:example.com",
|
|
|
|
"matrix:matrix_org": "#.*:matrix.org",
|
|
|
|
"irc:mynetwork": "#mynetwork_.*:example.com"
|
|
|
|
},
|
|
|
|
"networkNames": {
|
|
|
|
"matrix:matrix_org": "matrix.org",
|
|
|
|
"matrix:example_com": "example.com",
|
|
|
|
"irc:mynetwork": "My IRC Network"
|
|
|
|
},
|
|
|
|
"networkIcons": {
|
|
|
|
"matrix:example_com": "//matrix.org/favicon.ico",
|
|
|
|
"matrix:matrix_org": "//matrix.org/favicon.ico",
|
|
|
|
"irc:mynetwork": "//matrix.org/_matrix/media/v1/download/matrix.org/DHLHpDDgWNNejFmrewvwEAHX"
|
|
|
|
}
|
|
|
|
}
|
2015-10-02 06:48:52 -04:00
|
|
|
}
|