From db408c262bfb99181c57ee61abcb7e2edac6b4b6 Mon Sep 17 00:00:00 2001 From: Dan Engelbrecht Date: Tue, 20 May 2025 20:06:46 +0200 Subject: enable build store in config (#405) --- upstream-config-templates/zen_config.lua.j2 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/upstream-config-templates/zen_config.lua.j2 b/upstream-config-templates/zen_config.lua.j2 index 6af15ac69..d7aff7190 100644 --- a/upstream-config-templates/zen_config.lua.j2 +++ b/upstream-config-templates/zen_config.lua.j2 @@ -7,6 +7,9 @@ server = { debug = false, sentry = { allowpersonalinfo = true, + }, + buildstore = { + enabled = true, } } -- cgit v1.2.3