at master 2.3 kB view raw
1{ 2 "default_server_name": "${base_domain}", 3 "default_server_config": { 4 "m.homeserver": { 5 "base_url": "https://matrix.${base_domain}" 6 }, 7 "m.identity_server": { 8 "base_url": "https://vector.im" 9 }, 10 "org.matrix.msc2965.authentication": { 11 "issuer": "https://matrix-account.${base_domain}/", 12 "account": "https://matrix-account.${base_domain}/account/" 13 }, 14 "org.matrix.msc4143.rtc_foci": [ 15 { 16 "type": "livekit", 17 "livekit_service_url": "https://matrix-rtc.${base_domain}/livekit/jwt" 18 } 19 ] 20 }, 21 "brand": "Element", 22 "integrations_ui_url": "https://scalar.vector.im/", 23 "integrations_rest_url": "https://scalar.vector.im/api", 24 "integrations_widgets_urls": [ 25 "https://scalar.vector.im/_matrix/integrations/v1", 26 "https://scalar.vector.im/api", 27 "https://scalar-staging.vector.im/_matrix/integrations/v1", 28 "https://scalar-staging.vector.im/api" 29 ], 30 "bug_report_endpoint_url": "https://element.io/bugreports/submit", 31 "uisi_autorageshake_app": "element-auto-uisi", 32 "show_labs_settings": false, 33 "room_directory": { 34 "servers": ["matrix.org", "gitter.im"] 35 }, 36 "enable_presence_by_hs_url": { 37 "https://matrix.org": false, 38 "https://matrix-client.matrix.org": false 39 }, 40 "terms_and_conditions_links": [ 41 { 42 "url": "https://element.io/privacy", 43 "text": "Privacy Policy" 44 }, 45 { 46 "url": "https://element.io/cookie-policy", 47 "text": "Cookie Policy" 48 } 49 ], 50 "posthog": { 51 "project_api_key": "phc_Jzsm6DTm6V2705zeU5dcNvQDlonOR68XvX2sh1sEOHO", 52 "api_host": "https://posthog.element.io" 53 }, 54 "privacy_policy_url": "https://element.io/cookie-policy", 55 "map_style_url": "https://api.maptiler.com/maps/streets/style.json?key=fU3vlMsMn4Jb6dnEIFsx", 56 "setting_defaults": { 57 "RustCrypto.staged_rollout_percent": 100 58 }, 59 "features": { 60 "feature_video_rooms": true, 61 "feature_group_calls": true, 62 "feature_element_call_video_rooms": true 63 }, 64 "element_call": { 65 "url": "https://call.element.krasovs.ky" 66 } 67}