schildi-web/config.sample.json
su-ex 817798feea * Fix config.json failing to load for Jitsi wrapper in non-root deployment ([\#23577](https://github.com/vector-im/element-web/pull/23577)).
-----BEGIN PGP SIGNATURE-----
 
 iQJFBAABCAAvFiEE6Vt2megLaKnq2aGaK6qbhVK9kEcFAmNZV04RHHJlbGVhc2Vz
 QHJpb3QuaW0ACgkQK6qbhVK9kEcxzQ//XMSAHVjz+kvKthTPeSTdtz3J2t5OaHRJ
 b3YuNvR6coUboA+am8WLSP+X/FAtqT8DNbSbDT+eEcboFas966EXQgAR9EXwuvkC
 VfLeBQMcvWIsL0hlEIOvkJbKW8dk8dD9tG0sJD6tzx1fWlTKJ3NG7qLb0PpC2NE+
 39JiEsrKEeA8ReY0fRriEy+LKsT/zb8pbf1gAjMtpxx/ye1YUOGX5I+lhdbVzCFK
 iAc9yKz9AVf3/+x9fA0G/IO+RCXz1iQUvSseS74sVFt4B7msdvAcqqEqho8n1d40
 X6C53HQ0zTp0y5qURZFKPiJUPp1mjO3WIZNskDx4ptCYGZQAyMunIaU4mRiRKKkY
 hEdUTHDcP5R8veqaMA4uh5BedqMx/64I5dPsNbShuA1gqZJj6+W+Ha0Or1wZBk9C
 wj9qlGF75G8ei0fYW2aT/pmie/EWIBy9Q5YW8rhEgudwDq5Nz8nmnwrMS4Kfbomp
 wSGXT57DCeLtkZlxYf8RQoTbL7KLUEfaJlfI3x557VqcXSN5IWrQB51NVCVNxhNt
 jKnCo9pg7Xpa5lLVW4P8XAQlCvuX3I/J2zTqBrF/VOJrWFHVBgIF3cLv55GFtO1w
 lgfEoKYCcOHuURshCj6AjU/SXk2FIWUmAJWMWGIr7xMs/MXLTahyGH0bPSy2Yqk3
 bSn7FQ+oN7s=
 =Rh/0
 -----END PGP SIGNATURE-----
gpgsig -----BEGIN PGP SIGNATURE-----
 
 iHQEABYIAB0WIQR6emmsWm8pV5k1AY7p6fZkQRCUPgUCY112GQAKCRDp6fZkQRCU
 PtUAAPjM9uPvSefqE5jV/BXFUQ8a4+yJuSoD6BthmesJT/BcAQC12oF2nn2dhHCN
 YEYfuUaZuRWvETIaQDlmUwGeVJA9Dg==
 =9y0o
 -----END PGP SIGNATURE-----

Merge tag 'v1.11.12' into sc

* Fix config.json failing to load for Jitsi wrapper in non-root deployment ([\#23577](https://github.com/vector-im/element-web/pull/23577)).
2022-10-29 20:50:55 +02:00

52 lines
1.5 KiB
JSON

{
"default_server_config": {
"m.homeserver": {
"base_url": "https://matrix-client.matrix.org",
"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": "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"
],
"defaultCountryCode": "GB",
"showLabsSettings": true,
"features": { },
"default_federate": true,
"default_theme": "light",
"room_directory": {
"servers": [
"matrix.org"
]
},
"enable_presence_by_hs_url": {
"https://matrix.org": false,
"https://matrix-client.matrix.org": false
},
"setting_defaults": {
"breadcrumbs": true
},
"jitsi": {
"preferred_domain": "meet.jit.si"
},
"element_call": {
"url": "https://call.element.io",
"participant_limit": 8,
"brand": "Element Call"
},
"map_style_url": "https://api.maptiler.com/maps/streets/style.json?key=fU3vlMsMn4Jb6dnEIFsx"
}