Skip to content

Commit

Permalink
Merge pull request #357 from hmcts/ca-da-sos-respondent-access-code
Browse files Browse the repository at this point in the history
CA DA SOS - Respondent access code cover letters
  • Loading branch information
shashisk97 authored Jul 24, 2024
2 parents 31c3b2e + e771316 commit 15cfc5d
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/prl-dgs/values.preview.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
12 changes: 12 additions & 0 deletions src/contractTest/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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]"
Expand Down
9 changes: 9 additions & 0 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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]"
Expand Down

0 comments on commit 15cfc5d

Please sign in to comment.