17 lines
490 B
Plaintext
Raw Normal View History

2021-05-15 04:23:36 -05:00
{
"push": {
"appId": "io.element.hydrogen.web",
"gatewayUrl": "https://matrix.org",
"applicationServerKey": "BC-gpSdVHEXhvHSHS0AzzWrQoukv2BE7KzpoPO_FfPacqOo3l1pdqz7rSgmB04pZCWaHPz7XRe6fjLaC-WPDopM"
},
2022-07-18 12:28:39 +03:00
"defaultHomeServer": {{ matrix_client_hydrogen_default_hs_url | string|to_json }},
"bugReportEndpointUrl": "https://element.io/bugreports/submit",
"themeManifests": [
"assets/theme-Element.json"
],
"defaultTheme": {
"light": "element-light",
"dark": "element-dark"
}
2021-05-15 04:23:36 -05:00
}