schildi-web/config.sample.json
su-ex c73379b67e * Add map tile URL for location sharing maps to sample config (and element.io release app config)
-----BEGIN PGP SIGNATURE-----
 
 iQJFBAABCAAvFiEE6Vt2megLaKnq2aGaK6qbhVK9kEcFAmIKn7MRHHJlbGVhc2Vz
 QHJpb3QuaW0ACgkQK6qbhVK9kEeUMhAAgtFfOGbP2mOULVWG9zkevsMQNAyForO+
 iHPQY1RxvoAyRMh38BkkqUgKCMihLM9vpVZh+dmLqa8ch2lcuADOm44g8p9SuhEb
 i2sH1UqiOMXjv4TERAeTtLIIx86/JVQ3OvesfmlY9ZxgW6lcCJg0qy76IoEm2qPs
 muOWXTUum/dHHaZXKWkMCEnyR8gz78niDQ//4A/eFRuptWCEHFr1DdtV8V9vHggT
 oX9FvtHTBTwf4el2cWozJ+4FZSTL9M80mCZUV88cz9wve1E4g6coYmTsKyZhLbx7
 3nE1wPAGc4LsQ5kQ3ndqtYQp1BuPgz9Jv+175QPnahwTZvR8yHwrCbI3rPXrB5Fw
 7+XlZVfhiotifhWqKWHkLfWAs86hVAUQQSCgZcRXO37pMOybANFYswyARCAycwWK
 LNUZuTm8Mzf2f8+kBs1P2YlbQIYwVW/RkQXlkWH5wrsfBeZIlBBK/uPVWD/xkNmy
 g+NYqaVFH1eEsNJYLuz74IalKY0YfF1mC90OPQSgz07FQDEnNI0cFQNF1DlX6QSf
 BBijLqTrm7YyHCsoaY1mRUY7E2nyXCwp7q0Nbd1vVz3QqyP940i/3pRfuqEJ61we
 1GmB3BF8tezoxqOhTnD8mFRFj4ffBkj1bnjq5CB6pGBvY/sulzz6sYBOTv90DIDX
 sGY4BTD+4bo=
 =q7rG
 -----END PGP SIGNATURE-----
gpgsig -----BEGIN PGP SIGNATURE-----
 
 iHUEABYIAB0WIQR6emmsWm8pV5k1AY7p6fZkQRCUPgUCYgrYhgAKCRDp6fZkQRCU
 PqkpAP9I6kwRqChucxQ3DByAA6fS8TVg2v4XaEEd5LCEDI51sAD+N957HLmghdgL
 PsVvywzxMr4MHF/bh8Oe4zt8j2Zomwk=
 =OqMS
 -----END PGP SIGNATURE-----

Merge tag 'v1.10.3' into sc

* Add map tile URL for location sharing maps to sample config (and element.io release app config)
2022-02-14 23:32:24 +01:00

46 lines
1.4 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,
"default_federate": true,
"default_theme": "light",
"roomDirectory": {
"servers": [
"matrix.org"
]
},
"enable_presence_by_hs_url": {
"https://matrix.org": false,
"https://matrix-client.matrix.org": false
},
"settingDefaults": {
"breadcrumbs": true
},
"jitsi": {
"preferredDomain": "meet.jit.si"
},
"map_style_url": "https://api.maptiler.com/maps/streets/style.json?key=fU3vlMsMn4Jb6dnEIFsx"
}