diff --git a/charts/pcs-api/values.preview.template.yaml b/charts/pcs-api/values.preview.template.yaml index fda4bf9261..8c6d1d7122 100644 --- a/charts/pcs-api/values.preview.template.yaml +++ b/charts/pcs-api/values.preview.template.yaml @@ -37,6 +37,7 @@ java: IDAM_API_URL: https://idam-api.aat.platform.hmcts.net IDAM_S2S_AUTH_URL: http://rpe-service-auth-provider-aat.service.core-compute-aat.internal CCD_SDK_DECENTRALISED: "true" + FEES_REGISTER_API_URL: http://invalid-fees-register-address.service.core-compute-aat.internal secrets: PCS_DB_PASSWORD: secretRef: "{{ .Values.global.postgresSecret }}" diff --git a/src/main/resources/db/migration/V073__alter_statement_of_truth_field_sizes.sql b/src/main/resources/db/migration/V075__alter_statement_of_truth_field_sizes.sql similarity index 100% rename from src/main/resources/db/migration/V073__alter_statement_of_truth_field_sizes.sql rename to src/main/resources/db/migration/V075__alter_statement_of_truth_field_sizes.sql