Files
edr-platform/infrastructure/matrix/element/config.json.tmpl
2026-08-17 12:53:08 +00:00

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
}
}