FreeBSD/jails/config/matrix/config.json

56 lines
1.8 KiB
JSON
Raw Normal View History

2020-05-26 21:15:31 -07:00
{
"default_server_config": {
"m.homeserver": {
2022-04-19 13:38:56 -07:00
"base_url": "https://matrix.ahlawat.com:8448",
2020-05-26 21:15:31 -07:00
"server_name": "matrix.ahlawat.com"
},
"m.identity_server": {
"base_url": "https://vector.im"
}
},
"disable_custom_urls": false,
"disable_guests": false,
"disable_login_language_selector": false,
"disable_3pid_login": false,
2022-04-19 13:38:56 -07:00
"brand": "Ahlawat",
2020-05-26 21:15:31 -07:00
"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"
],
2022-04-19 13:38:56 -07:00
"bug_report_endpoint_url": "https://element.io/bugreports/submit",
"uisi_autorageshake_app": "element-auto-uisi",
2020-05-26 21:15:31 -07:00
"defaultCountryCode": "US",
"showLabsSettings": false,
2022-04-19 13:38:56 -07:00
"features": { },
2020-05-26 21:15:31 -07:00
"default_federate": true,
"default_theme": "light",
"roomDirectory": {
"servers": [
2022-04-19 13:38:56 -07:00
"matrix.ahlawat.com",
2020-05-26 21:15:31 -07:00
"matrix.org"
]
},
"piwik": {
"url": "https://piwik.riot.im/",
"whitelistedHSUrls": ["https://matrix.org"],
"whitelistedISUrls": ["https://vector.im", "https://matrix.org"],
"siteId": 1
},
"enable_presence_by_hs_url": {
"https://matrix.org": false,
"https://matrix-client.matrix.org": false
},
"settingDefaults": {
"breadcrumbs": true
},
"jitsi": {
"preferredDomain": "meet.ahlawat.com"
2022-04-19 13:38:56 -07:00
},
"map_style_url": "https://api.maptiler.com/maps/streets/style.json?key=fU3vlMsMn4Jb6dnEIFsx"
2020-05-26 21:15:31 -07:00
}