From 30bb3fa59b3a735a08690100e44bac9821cccfd6 Mon Sep 17 00:00:00 2001 From: Quentin Gliech Date: Mon, 1 Aug 2022 17:01:25 +0200 Subject: [PATCH] Fix the runtime config template to include the default theme --- docker/config.json.tmpl | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/docker/config.json.tmpl b/docker/config.json.tmpl index 94295c43..48ecef01 100644 --- a/docker/config.json.tmpl +++ b/docker/config.json.tmpl @@ -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" + } }