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",
|
"integrations_rest_url": "http://localhost:5050",
|
||||||
"enableLabs": true,
|
"enableLabs": true,
|
||||||
"roomDirectory": {
|
"roomDirectory": {
|
||||||
|
"servers": [
|
||||||
|
"matrix.org"
|
||||||
|
],
|
||||||
|
"serverConfig": {
|
||||||
|
"matrix.org": {
|
||||||
"networks": [
|
"networks": [
|
||||||
"matrix:example_com",
|
|
||||||
"matrix:matrix_org",
|
|
||||||
"gitter",
|
"gitter",
|
||||||
"irc:freenode",
|
"irc:freenode",
|
||||||
"irc:mozilla"
|
"irc:mozilla"
|
||||||
],
|
]
|
||||||
|
}
|
||||||
|
},
|
||||||
"networkPatterns": {
|
"networkPatterns": {
|
||||||
"matrix:example_com": "#.*:example.com",
|
|
||||||
"matrix:matrix_org": "#.*:matrix.org",
|
|
||||||
"gitter": "#gitter_.*:matrix.org",
|
"gitter": "#gitter_.*:matrix.org",
|
||||||
"irc:freenode": "#freenode_.*:matrix.org",
|
"irc:freenode": "#freenode_.*:matrix.org",
|
||||||
"irc:mozilla": "#mozilla_.*:matrix.org"
|
"irc:mozilla": "#mozilla_.*:matrix.org"
|
||||||
},
|
},
|
||||||
"networkNames": {
|
"networkNames": {
|
||||||
"matrix:example_com": "example.com",
|
|
||||||
"matrix:matrix_org": "matrix.org",
|
|
||||||
"irc:freenode": "Freenode",
|
"irc:freenode": "Freenode",
|
||||||
"irc:mozilla": "Mozilla",
|
"irc:mozilla": "Mozilla",
|
||||||
"gitter": "Gitter"
|
"gitter": "Gitter"
|
||||||
},
|
},
|
||||||
"networkIcons": {
|
"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:freenode": "//matrix.org/_matrix/media/v1/download/matrix.org/DHLHpDDgWNNejFmrewvwEAHX",
|
||||||
"irc:mozilla": "//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"
|
"gitter": "//gitter.im/favicon.ico"
|
||||||
|
Loading…
Reference in New Issue
Block a user