diff --git a/charts/prl-dgs/values.preview.template.yaml b/charts/prl-dgs/values.preview.template.yaml index 391bb77c..efab50ca 100644 --- a/charts/prl-dgs/values.preview.template.yaml +++ b/charts/prl-dgs/values.preview.template.yaml @@ -32,7 +32,7 @@ java: MANAGEMENT_ENDPOINT_HEALTH_CACHE_TIMETOLIVE: "30000" DOCMOSIS_SERVICE_DEV_MODE_FLAG: "true" PDF_TEST_ENABLED: "true" - CCD_CASE_DOCS_AM_API: http://prl-ccd-definitions-pr-2314-cdam + CCD_CASE_DOCS_AM_API: http://prl-ccd-definitions-pr-2326-cdam AUTH_PROVIDER_SERVICE_CLIENT_BASEURL: "http://rpe-service-auth-provider-{{ .Values.global.environment }}.service.core-compute-{{ .Values.global.environment }}.internal" IDAM_S2S_URL: "http://rpe-service-auth-provider-{{ .Values.global.environment }}.service.core-compute-{{ .Values.global.environment }}.internal" DOCMOSIS_SERVICE_BASE_URL: "https://docmosis.aat.platform.hmcts.net" diff --git a/src/contractTest/resources/application.yml b/src/contractTest/resources/application.yml index 3da42072..a4934186 100644 --- a/src/contractTest/resources/application.yml +++ b/src/contractTest/resources/application.yml @@ -84,6 +84,18 @@ document: - templateName: FL-PRL-GOR-WEL-RESP-SOLICITOR-C1A-FINAL.docx filename: C1A_Allegation_Of_Harm_Welsh_Final_Document.pdf document-generator: docmosis + - templateName: PRL-LET-ENG-FL401-RE8.docx + filename: Cover_letter_re8.pdf + document-generator: docmosis + - templateName: PRL-LET-WEL-FL401-RE8.docx + filename: Cover_letter_welsh_re8.pdf + document-generator: docmosis + - templateName: PRL-LET-ENG-C100-RE7.docx + filename: cover_letter_re7.pdf + document-generator: docmosis + - templateName: PRL-LET-WEL-C100-RE7.docx + filename: cover_letter_welsh_re7.pdf + document-generator: docmosis pdf: familyCourtImgKey: "familycourt" familyCourtImgVal: "[userImage:familycourt.png]" diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 71bda1c7..550d30f0 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -423,6 +423,9 @@ document: - templateName: PRL-LET-ENG-C100-RE7.docx filename: cover_letter_re7.pdf document-generator: docmosis + - templateName: PRL-LET-WEL-C100-RE7.docx + filename: cover_letter_welsh_re7.pdf + document-generator: docmosis - templateName: PRL-LET-ENG-FL401-AP1.docx filename: cover_letter_ap1.pdf document-generator: docmosis @@ -485,6 +488,12 @@ document: - templateName: PRL-LTR-ENG-C100-FM5.docx filename: Cover_letter_fm5.pdf document-generator: docmosis + - templateName: PRL-LET-ENG-FL401-RE8.docx + filename: Cover_letter_re8.pdf + document-generator: docmosis + - templateName: PRL-LET-WEL-FL401-RE8.docx + filename: Cover_letter_welsh_re8.pdf + document-generator: docmosis pdf: familyCourtImgKey: "familycourt" familyCourtImgVal: "[userImage:familycourt.png]"