From 1b6fdf4a0f956820dba787b0ee5669e0ded4a59d Mon Sep 17 00:00:00 2001 From: Marcus Aspin Date: Fri, 22 Mar 2024 16:06:26 +0000 Subject: [PATCH] PI-1968 Disable dry-run in dev --- projects/prison-identifier-and-delius/deploy/values-dev.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/projects/prison-identifier-and-delius/deploy/values-dev.yml b/projects/prison-identifier-and-delius/deploy/values-dev.yml index 8968cc8e8c..1a4826d349 100644 --- a/projects/prison-identifier-and-delius/deploy/values-dev.yml +++ b/projects/prison-identifier-and-delius/deploy/values-dev.yml @@ -14,6 +14,8 @@ generic-service: INTEGRATIONS_PRISONER-SEARCH_URL: https://prisoner-search-dev.prison.service.justice.gov.uk INTEGRATIONS_PROBATION-SEARCH_URL: https://probation-offender-search-dev.hmpps.service.justice.gov.uk + MESSAGING_CONSUMER_DRY-RUN: false + SPRING_DATASOURCE_HIKARI_MAXIMUMPOOLSIZE: 5 SPRING_DATASOURCE_HIKARI_MINIMUMIDLE: 0