aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Engelbrecht <[email protected]>2025-05-20 20:06:46 +0200
committerGitHub Enterprise <[email protected]>2025-05-20 20:06:46 +0200
commitdb408c262bfb99181c57ee61abcb7e2edac6b4b6 (patch)
treee0b68c9957bf710da0adfcd50d94291543de66f1
parent5.6.8-pre2 (diff)
downloadzen-db408c262bfb99181c57ee61abcb7e2edac6b4b6.tar.xz
zen-db408c262bfb99181c57ee61abcb7e2edac6b4b6.zip
enable build store in config (#405)
-rw-r--r--upstream-config-templates/zen_config.lua.j23
1 files changed, 3 insertions, 0 deletions
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,
}
}