Skip to content

Commit bc740e6

Browse files
[HIA-721]
WIP Updating ports used for prism mock of risk management plans
1 parent 551dc6a commit bc740e6

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/main/resources/application-local-docker.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ services:
2222
hmpps-auth:
2323
base-url: http://hmpps-auth:8080
2424
risk-management-plan-search:
25-
base-url: https://assess-risks-and-needs-api:4091
25+
base-url: https://assess-risks-and-needs-api:4050
2626

2727
authorisation:
2828
consumers:

src/main/resources/application-local.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ services:
2222
manage-pom-case-api:
2323
base-url: http://localhost:4090
2424
risk-management-plan-search:
25-
base-url: http://localhost:4091
25+
base-url: http://localhost:4050
2626

2727
hmpps.sqs:
2828
provider: localstack

src/main/resources/application-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ services:
3131
manage-pom-case-api:
3232
base-url: http://localhost:4009
3333
risk-management-plan-search:
34-
base-url: http://localhost:4091
34+
base-url: http://localhost:4050
3535

3636
hmpps.sqs:
3737
provider: localstack

src/main/resources/application.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ services:
7676
manage-pom-case-api:
7777
base-url: http://localhost:4090
7878
risk-management-plan-search:
79-
base-url: http://localhost:4091
79+
base-url: http://localhost:4050
8080

8181
sentry:
8282
traces-sample-rate: "0.05"

0 commit comments

Comments
 (0)