1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/hydrogen_ynh.git synced 2024-09-03 19:26:17 +02:00
hydrogen_ynh/conf/config.sample.json

16 lines
469 B
JSON
Raw Normal View History

2022-05-18 22:11:31 +02:00
{
"push": {
"appId": "io.element.hydrogen.web",
"gatewayUrl": "https://matrix.org",
"applicationServerKey": "BC-gpSdVHEXhvHSHS0AzzWrQoukv2BE7KzpoPO_FfPacqOo3l1pdqz7rSgmB04pZCWaHPz7XRe6fjLaC-WPDopM"
},
2022-08-12 16:16:50 +02:00
"defaultHomeServer": "__DEFAULT_SERVER__",
2022-06-16 10:07:03 +02:00
"bugReportEndpointUrl": "https://element.io/bugreports/submit",
2022-05-18 22:11:31 +02:00
"themeManifests": [
2022-08-12 15:41:53 +02:00
"assets/theme-element.json"
2022-05-18 22:11:31 +02:00
],
"defaultTheme": {
"light": "element-light",
"dark": "element-dark"
}
}