Fix the runtime config template to include the default theme

This commit is contained in:
Quentin Gliech 2022-08-01 17:01:25 +02:00
parent f7ffae4576
commit 30bb3fa59b
No known key found for this signature in database
GPG Key ID: 22D62B84552719FC

View File

@ -4,5 +4,13 @@
"gatewayUrl": "$PUSH_GATEWAY_URL", "gatewayUrl": "$PUSH_GATEWAY_URL",
"applicationServerKey": "$PUSH_APPLICATION_SERVER_KEY" "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"
}
} }