|
@@ -0,0 +1,54 @@
|
|
|
+{
|
|
|
+ "default_server_config": {
|
|
|
+ "m.homeserver": {
|
|
|
+ "base_url": "https://matrix.unbl.ink",
|
|
|
+ "server_name": "matrix.org"
|
|
|
+ },
|
|
|
+ "m.identity_server": {
|
|
|
+ "base_url": "https://vector.im"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "disable_custom_urls": false,
|
|
|
+ "disable_guests": false,
|
|
|
+ "disable_login_language_selector": false,
|
|
|
+ "disable_3pid_login": false,
|
|
|
+ "brand": "Element",
|
|
|
+ "integrations_ui_url": "https://scalar.vector.im/",
|
|
|
+ "integrations_rest_url": "https://scalar.vector.im/api",
|
|
|
+ "integrations_widgets_urls": [
|
|
|
+ "https://scalar.vector.im/_matrix/integrations/v1",
|
|
|
+ "https://scalar.vector.im/api",
|
|
|
+ "https://scalar-staging.vector.im/_matrix/integrations/v1",
|
|
|
+ "https://scalar-staging.vector.im/api",
|
|
|
+ "https://scalar-staging.riot.im/scalar/api"
|
|
|
+ ],
|
|
|
+ "bug_report_endpoint_url": "https://element.io/bugreports/submit",
|
|
|
+ "uisi_autorageshake_app": "element-auto-uisi",
|
|
|
+ "default_country_code": "GB",
|
|
|
+ "show_labs_settings": false,
|
|
|
+ "features": { },
|
|
|
+ "default_federate": true,
|
|
|
+ "default_theme": "light",
|
|
|
+ "room_directory": {
|
|
|
+ "servers": [
|
|
|
+ "matrix.org"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "piwik": {
|
|
|
+ "url": "https://piwik.riot.im/",
|
|
|
+ "whitelisted_hs_urls": ["https://matrix.org"],
|
|
|
+ "whitelisted_is_urls": ["https://vector.im", "https://matrix.org"],
|
|
|
+ "siteId": 1
|
|
|
+ },
|
|
|
+ "enable_presence_by_hs_url": {
|
|
|
+ "https://matrix.org": false,
|
|
|
+ "https://matrix-client.matrix.org": false
|
|
|
+ },
|
|
|
+ "setting_defaults": {
|
|
|
+ "breadcrumbs": true
|
|
|
+ },
|
|
|
+ "jitsi": {
|
|
|
+ "preferred_domain": "meet.element.io"
|
|
|
+ },
|
|
|
+ "map_style_url": "https://api.maptiler.com/maps/streets/style.json?key=fU3vlMsMn4Jb6dnEIFsx"
|
|
|
+}
|