diff options
| author | Dan Engelbrecht <[email protected]> | 2025-05-20 20:06:46 +0200 |
|---|---|---|
| committer | GitHub Enterprise <[email protected]> | 2025-05-20 20:06:46 +0200 |
| commit | db408c262bfb99181c57ee61abcb7e2edac6b4b6 (patch) | |
| tree | e0b68c9957bf710da0adfcd50d94291543de66f1 | |
| parent | 5.6.8-pre2 (diff) | |
| download | zen-db408c262bfb99181c57ee61abcb7e2edac6b4b6.tar.xz zen-db408c262bfb99181c57ee61abcb7e2edac6b4b6.zip | |
enable build store in config (#405)
| -rw-r--r-- | upstream-config-templates/zen_config.lua.j2 | 3 |
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,
}
}
|