mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-08-26 12:41:04 +00:00
18 lines
392 B
JSON
18 lines
392 B
JSON
{
|
|
"default_server_config": {
|
|
"m.homeserver": {
|
|
"base_url": "https://matrix.edr.et",
|
|
"server_name": "matrix.edr.et"
|
|
}
|
|
},
|
|
"brand": "EDR Chat",
|
|
"permalink_prefix": "https://chat.edr.et",
|
|
"disable_guests": true,
|
|
"disable_3pid_login": true,
|
|
"disable_custom_urls": true,
|
|
"default_theme": "light",
|
|
"settingDefaults": {
|
|
"UIFeature.registration": false
|
|
}
|
|
}
|