From e59d10df12079a2b126afac51452051e226d1b6e Mon Sep 17 00:00:00 2001 From: hashimalisolirius Date: Wed, 17 Apr 2024 16:08:31 +0100 Subject: [PATCH] preview for 807 --- charts/sscs-cor-frontend/values.preview.template.yaml | 2 ++ config/preview.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/charts/sscs-cor-frontend/values.preview.template.yaml b/charts/sscs-cor-frontend/values.preview.template.yaml index 3f15ae532..9a726e389 100644 --- a/charts/sscs-cor-frontend/values.preview.template.yaml +++ b/charts/sscs-cor-frontend/values.preview.template.yaml @@ -9,6 +9,8 @@ nodejs: NODE_ENV: preview MYA_FEATURE_FLAG: 'true' POST_BULK_SCAN: 'true' + SSCS_API_URL: 'https://sscs-tribunals-api-pr-3750.preview.platform.hmcts.net' + TRIBUNALS_API_URL: 'https://sscs-tribunals-api-pr-3750.preview.platform.hmcts.net' keyVaults: sscs: secrets: diff --git a/config/preview.json b/config/preview.json index c1b22a5b6..2d26bb102 100644 --- a/config/preview.json +++ b/config/preview.json @@ -1,6 +1,6 @@ { "api": { - "url": "http://sscs-tribunals-api-aat.service.core-compute-aat.internal" + "url": "https://sscs-tribunals-api-pr-3750.preview.platform.hmcts.net" }, "featureFlags": { "postBulkScan": "false"