mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-23 19:45:05 +01:00
17 lines
440 B
Cheetah
17 lines
440 B
Cheetah
{
|
|
"push": {
|
|
"appId": "$PUSH_APP_ID",
|
|
"gatewayUrl": "$PUSH_GATEWAY_URL",
|
|
"applicationServerKey": "$PUSH_APPLICATION_SERVER_KEY"
|
|
},
|
|
"defaultHomeServer": "$DEFAULT_HOMESERVER",
|
|
"bugReportEndpointUrl": "https://element.io/bugreports/submit",
|
|
"themeManifests": [
|
|
"assets/theme-element.json"
|
|
],
|
|
"defaultTheme": {
|
|
"light": "element-light",
|
|
"dark": "element-dark"
|
|
}
|
|
}
|