Add element/config.json
This commit is contained in:
parent
68713c8e3e
commit
4f08918cea
1 changed files with 30 additions and 0 deletions
30
element/config.json
Normal file
30
element/config.json
Normal file
|
@ -0,0 +1,30 @@
|
|||
{
|
||||
"default_server_config": {
|
||||
"m.homeserver": {
|
||||
"base_url": "https://we2.ee",
|
||||
"server_name": "we2.ee"
|
||||
},
|
||||
"m.identity_server": {
|
||||
"base_url": "https://vector.im"
|
||||
}
|
||||
},
|
||||
"disable_custom_urls": false,
|
||||
"disable_guests": true,
|
||||
"disable_login_language_selector": false,
|
||||
"brand": "Element",
|
||||
"default_theme": "light",
|
||||
"room_directory": {
|
||||
"servers": [
|
||||
"we2.ee",
|
||||
"matrixrooms.info",
|
||||
"matrix.org",
|
||||
"mozilla.org"
|
||||
]
|
||||
},
|
||||
"features": {
|
||||
"feature_spotlight": true
|
||||
},
|
||||
"jitsi": {
|
||||
"preferred_domain": "meet.element.io"
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue