33 lines
822 B
Django/Jinja
33 lines
822 B
Django/Jinja
{
|
|
"default_server_config": {
|
|
"m.homeserver": {
|
|
"base_url": "https://{{ matrix_domain }}",
|
|
"server_name": "{{ matrix_domain }}"
|
|
}
|
|
},
|
|
"brand": "{{ tenant_name }}",
|
|
"integrations_ui_url": "https://scalar.vector.im/",
|
|
"integrations_rest_url": "https://scalar.vector.im/api",
|
|
"bug_report_endpoint_url": "",
|
|
"default_country_code": "US",
|
|
"show_labs_settings": false,
|
|
"features": {},
|
|
"default_federate": true,
|
|
"default_theme": "{{ element_theme | default('light') }}",
|
|
"room_directory": {
|
|
"servers": ["{{ matrix_domain }}"]
|
|
},
|
|
"enable_presence_by_hs_url": {
|
|
"https://{{ matrix_domain }}": false
|
|
},
|
|
"setting_defaults": {
|
|
"breadcrumbs": true
|
|
},
|
|
"jitsi": {
|
|
"preferred_domain": "{{ jitsi_domain }}"
|
|
},
|
|
"sso_redirect_options": {
|
|
"immediate": false
|
|
}
|
|
}
|