From bb2b616a476d0ac24513fffcce77a4ca2c55f414 Mon Sep 17 00:00:00 2001 From: peterlimg Date: Sun, 9 Jul 2023 15:41:49 +1000 Subject: [PATCH] Enable events db in benchmark tests --- docker.local/config/benchmark.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker.local/config/benchmark.yaml b/docker.local/config/benchmark.yaml index a4208f07c6..ef00671682 100644 --- a/docker.local/config/benchmark.yaml +++ b/docker.local/config/benchmark.yaml @@ -36,7 +36,7 @@ options: dbs: events: - enabled: false + enabled: true name: events_db user: postgres password: postgres