From 882412a3cf549b566285835fd9324a4d7f08bec2 Mon Sep 17 00:00:00 2001 From: marcogagliardi Date: Wed, 25 Oct 2023 08:51:16 +0100 Subject: [PATCH] Update values.dev.template.yaml --- charts/vh-admin-web/values.dev.template.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/charts/vh-admin-web/values.dev.template.yaml b/charts/vh-admin-web/values.dev.template.yaml index c653d0aa1..9e97c91ef 100644 --- a/charts/vh-admin-web/values.dev.template.yaml +++ b/charts/vh-admin-web/values.dev.template.yaml @@ -8,4 +8,5 @@ java: AZUREAD__POSTLOGOUTREDIRECTURI: https://${SERVICE_FQDN}/logout AZUREAD__REDIRECTURI: https://${SERVICE_FQDN}/home DOM1__POSTLOGOUTREDIRECTURI: https://${SERVICE_FQDN}/logout - DOM1__REDIRECTURI: https://${SERVICE_FQDN}/home \ No newline at end of file + DOM1__REDIRECTURI: https://${SERVICE_FQDN}/home + VHSERVICES__BOOKINGSAPIURL : https://vh-bookings-api-pr-756.dev.platform.hmcts.net/ \ No newline at end of file