mirror of
https://github.com/YunoHost-Apps/element_ynh.git
synced 2024-09-03 18:36:08 +02:00
Update config.json
This commit is contained in:
parent
8c35dad3c2
commit
d4b94f040d
1 changed files with 46 additions and 12 deletions
|
@ -1,13 +1,47 @@
|
||||||
{
|
{
|
||||||
"default_server_config": {
|
"default_server_name": "__DEFAULT_HOME_SERVER__",
|
||||||
"m.homeserver": {
|
"brand": "Element",
|
||||||
"base_url": "https://__DEFAULT_HOME_SERVER__"
|
"integrations_ui_url": "https://scalar.vector.im/",
|
||||||
},
|
"integrations_rest_url": "https://scalar.vector.im/api",
|
||||||
"m.identity_server": {
|
"integrations_widgets_urls": [
|
||||||
"base_url": "https://vector.im"
|
"https://scalar.vector.im/_matrix/integrations/v1",
|
||||||
}
|
"https://scalar.vector.im/api",
|
||||||
},
|
"https://scalar-staging.vector.im/_matrix/integrations/v1",
|
||||||
"room_directory": {
|
"https://scalar-staging.vector.im/api",
|
||||||
"servers": ["matrix.org"]
|
"https://scalar-staging.riot.im/scalar/api"
|
||||||
}
|
],
|
||||||
|
"hosting_signup_link": "https://element.io/matrix-services?utm_source=element-web&utm_medium=web",
|
||||||
|
"bug_report_endpoint_url": "https://element.io/bugreports/submit",
|
||||||
|
"uisi_autorageshake_app": "element-auto-uisi",
|
||||||
|
"showLabsSettings": false,
|
||||||
|
"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://element.io/privacy",
|
||||||
|
"text": "Privacy Policy"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"url": "https://element.io/cookie-policy",
|
||||||
|
"text": "Cookie Policy"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"hostSignup": {
|
||||||
|
"brand": "Element Home",
|
||||||
|
"cookiePolicyUrl": "https://element.io/cookie-policy",
|
||||||
|
"domains": [
|
||||||
|
"matrix.org"
|
||||||
|
],
|
||||||
|
"privacyPolicyUrl": "https://element.io/privacy",
|
||||||
|
"termsOfServiceUrl": "https://element.io/terms-of-service",
|
||||||
|
"url": "https://ems.element.io/element-home/in-app-loader"
|
||||||
|
},
|
||||||
|
"map_style_url": "https://api.maptiler.com/maps/streets/style.json?key=fU3vlMsMn4Jb6dnEIFsx"
|
||||||
}
|
}
|
Loading…
Add table
Reference in a new issue