mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
Update sample config
This commit is contained in:
parent
6ff1c30a4b
commit
f852e8a01d
@ -6,30 +6,29 @@
|
||||
"integrations_rest_url": "http://localhost:5050",
|
||||
"enableLabs": true,
|
||||
"roomDirectory": {
|
||||
"networks": [
|
||||
"matrix:example_com",
|
||||
"matrix:matrix_org",
|
||||
"gitter",
|
||||
"irc:freenode",
|
||||
"irc:mozilla"
|
||||
"servers": [
|
||||
"matrix.org"
|
||||
],
|
||||
"serverConfig": {
|
||||
"matrix.org": {
|
||||
"networks": [
|
||||
"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"
|
||||
|
Loading…
Reference in New Issue
Block a user