40 lines
1.0 KiB
JSON
40 lines
1.0 KiB
JSON
{
|
|
"default_server_config": {
|
|
"m.homeserver": {
|
|
"base_url": "http://localhost:8008",
|
|
"server_name": "localhost"
|
|
}
|
|
},
|
|
"brand": "Element Local",
|
|
"showLabsSettings": true,
|
|
"features": {
|
|
"feature_new_layout": true,
|
|
"feature_voice_messages": true,
|
|
"feature_pinning": true,
|
|
"feature_custom_status": true,
|
|
"feature_custom_tags": true,
|
|
"feature_state_counters": true,
|
|
"feature_user_directory": true,
|
|
"feature_explore_rooms": true
|
|
},
|
|
"default_federate": false,
|
|
"default_theme": "light",
|
|
"room_directory": {
|
|
"servers": ["localhost"]
|
|
},
|
|
"enable_presence_by_hs_url": {
|
|
"http://localhost:8008": true
|
|
},
|
|
"disable_custom_urls": false,
|
|
"disable_guests": false,
|
|
"disable_login_language_selector": false,
|
|
"disable_3pid_login": false,
|
|
"brand_image_url": "",
|
|
"welcomeUserId": "@welcome-bot:localhost",
|
|
"roomDirectory": {
|
|
"servers": ["localhost"],
|
|
"include_all_known_servers": false
|
|
},
|
|
"permalink_prefix": "http://localhost:8081",
|
|
"bug_report_endpoint_url": ""
|
|
} |