124-webapp/element-web/config.json

27 lines
669 B
JSON
Raw Normal View History

2025-11-05 14:55:11 +01:00
{
"default_server_config": {
"m.homeserver": {
2025-11-10 15:24:10 +01:00
"base_url": "http://124.local:8008",
"server_name": "124.local"
2025-11-05 14:55:11 +01:00
}
},
"brand": "studio einszwovier Chat",
"disable_guests": false,
"disable_login_language_selector": false,
"default_country_code": "DE",
"show_labs_settings": false,
"default_theme": "light",
"settingDefaults": {
"language": "de"
},
"room_directory": {
"servers": [
2025-11-10 15:24:10 +01:00
"124.local"
2025-11-05 14:55:11 +01:00
]
},
"enable_presence_by_hs_url": {
2025-11-10 15:24:10 +01:00
"http://124.local:8008": true
2025-11-05 14:55:11 +01:00
},
"terms_and_conditions_links": [],
"privacy_policy_url": null
}