mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2025-01-23 02:31:39 +01:00
Fix the runtime config template to include the default theme
This commit is contained in:
parent
f7ffae4576
commit
30bb3fa59b
@ -4,5 +4,13 @@
|
||||
"gatewayUrl": "$PUSH_GATEWAY_URL",
|
||||
"applicationServerKey": "$PUSH_APPLICATION_SERVER_KEY"
|
||||
},
|
||||
"defaultHomeServer": "$DEFAULT_HOMESERVER"
|
||||
"defaultHomeServer": "$DEFAULT_HOMESERVER",
|
||||
"bugReportEndpointUrl": "https://element.io/bugreports/submit",
|
||||
"themeManifests": [
|
||||
"assets/theme-element.json"
|
||||
],
|
||||
"defaultTheme": {
|
||||
"light": "element-light",
|
||||
"dark": "element-dark"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user