element-web/vector/config.sample.json

39 lines
1.2 KiB
JSON
Raw Normal View History

2015-10-02 10:48:52 +00:00
{
"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",
2016-09-15 17:42:00 +00:00
"enableLabs": true,
"roomDirectory": {
2016-09-28 09:13:35 +00:00
"servers": [
"matrix.org"
2016-09-15 17:42:00 +00:00
],
2016-09-28 10:04:54 +00:00
"serverConfig": {
2016-09-28 09:13:35 +00:00
"matrix.org": {
"networks": [
"_matrix",
2016-09-28 09:13:35 +00:00
"gitter",
"irc:freenode",
"irc:mozilla"
]
}
2016-09-28 10:04:54 +00:00
},
2016-09-15 17:42:00 +00:00
"networkPatterns": {
"gitter": "#gitter_.*:matrix.org",
"irc:freenode": "#freenode_.*:matrix.org",
"irc:mozilla": "#mozilla_.*:matrix.org"
2016-09-15 17:42:00 +00:00
},
"networkNames": {
"irc:freenode": "Freenode",
"irc:mozilla": "Mozilla",
"gitter": "Gitter"
2016-09-15 17:42:00 +00:00
},
"networkIcons": {
"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"
2016-09-15 17:42:00 +00:00
}
}
2015-10-02 10:48:52 +00:00
}