forked from github/schildichat-desktop

- Disable anonymous usage data prompt: Close #5 - Disable bug reports - No hosting signup link - Link to own privacy policy
30 lines
902 B
JSON
30 lines
902 B
JSON
{
|
|
"update_base_url": null,
|
|
"default_server_name": "matrix.org",
|
|
"brand": "SchildiChat",
|
|
"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"
|
|
],
|
|
"roomDirectory": {
|
|
"servers": [
|
|
"matrix.org"
|
|
]
|
|
},
|
|
"enable_presence_by_hs_url": {
|
|
"https://matrix.org": false,
|
|
"https://matrix-client.matrix.org": false
|
|
},
|
|
"terms_and_conditions_links": [
|
|
{
|
|
"url": "https://schildi.chat/desktop/privacy",
|
|
"text": "Privacy Policy"
|
|
}
|
|
]
|
|
}
|