Skip to content

Commit

Permalink
Merge pull request #300 from hmcts/FPET-PRL-4976
Browse files Browse the repository at this point in the history
Fpet prl 4976
  • Loading branch information
priteshkr authored May 30, 2024
2 parents 7c293ad + f0db75a commit fc42ad4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,3 +146,4 @@ We follow [RESTful API standards](https://hmcts.github.io/restful-api-standards/
## License

This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details.

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 @@ -21,7 +21,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-1991-cdam
CCD_CASE_DOCS_AM_API: http://prl-ccd-definitions-pr-2023-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
6 changes: 3 additions & 3 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,16 +186,16 @@ document:
- templateName: FL-PRL-GOR-ENG-FL404-Occupation-Order-Final.docx
filename: occupation_order_FL404_final.pdf
document-generator: docmosis
- templateName: PRL-GOR-ENG-FL404B-Common-Draft.docx
- templateName: FL-PRL-GOR-ENG-FL404B-Common-Draft.docx
filename: fl404b_draft.pdf
document-generator: docmosis
- templateName: PRL-GOR-WEL-FL404B-Common-Draft.docx
- templateName: FL-PRL-GOR-WEL-FL404B-Common-Draft.docx
filename: welsh_fl404b_draft.pdf
document-generator: docmosis
- templateName: FL-PRL-GOR-ENG-FL404B-Common-Final.docx
filename: fl404b_final.pdf
document-generator: docmosis
- templateName: PRL-GOR-WEL-FL404B-Common-Final.docx
- templateName: FL-PRL-GOR-WEL-FL404B-Common-Final.docx
filename: welsh_fl404b_final.pdf
document-generator: docmosis
- templateName: FL-PRL-GOR-ENG-C45A-Parental-Responsibility-Order-Final.docx
Expand Down

0 comments on commit fc42ad4

Please sign in to comment.