mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-08-26 18:42:49 +00:00
19 lines
436 B
Cheetah
19 lines
436 B
Cheetah
{
|
|
"default_server_config": {
|
|
"m.homeserver": {
|
|
"base_url": "${MATRIX_PUBLIC_BASEURL}",
|
|
"server_name": "${MATRIX_SERVER_NAME}"
|
|
}
|
|
},
|
|
"brand": "EDR Chat",
|
|
"permalink_prefix": "${ELEMENT_PUBLIC_URL}",
|
|
"disable_guests": true,
|
|
"disable_3pid_login": true,
|
|
"disable_custom_urls": true,
|
|
"default_theme": "light",
|
|
"mobile_guide_toast": false,
|
|
"settingDefaults": {
|
|
"UIFeature.registration": false
|
|
}
|
|
}
|