Skip to content

Commit

Permalink
SDIT-1041: 🔧 Move to new dev prison api in cloud platform (#257)
Browse files Browse the repository at this point in the history
  • Loading branch information
petergphillips authored Aug 23, 2023
1 parent 3f6403e commit 78ecbbb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion helm_deploy/values-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ generic-service:
TOKEN_VERIFICATION_API_URL: "https://token-verification-api-dev.prison.service.justice.gov.uk"
DPS_HOME_PAGE_URL: "https://digital-dev.prison.service.justice.gov.uk"
PRISONER_SEARCH_API_URL: "https://prisoner-offender-search-dev.prison.service.justice.gov.uk"
PRISON_API_URL: "https://api-dev.prison.service.justice.gov.uk"
PRISON_API_URL: "https://prison-api-dev.prison.service.justice.gov.uk"
ALLOCATION_MANAGER_ENDPOINT_URL: "https://dev.moic.service.justice.gov.uk"
KEYWORKER_API_URL: "https://keyworker-api-dev.prison.service.justice.gov.uk"
CURIOUS_API_URL: "https://testservices.sequation.net/sequation-virtual-campus2-api"
Expand Down
2 changes: 1 addition & 1 deletion readme/building_and_running.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ SYSTEM_CLIENT_ID=
SYSTEM_CLIENT_SECRET=
TOKEN_VERIFICATION_ENABLED=true
HMPPS_AUTH_URL=https://sign-in-dev.hmpps.service.justice.gov.uk/auth
PRISON_API_URL=https://api-dev.prison.service.justice.gov.uk
PRISON_API_URL=https://prison-api-dev.prison.service.justice.gov.uk
PRISONER_SEARCH_API_URL=https://prisoner-offender-search-dev.prison.service.justice.gov.uk
DPS_HOME_PAGE_URL=https://digital-dev.prison.service.justice.gov.uk
ALLOCATION_MANAGER_ENDPOINT_URL=https://dev.moic.service.justice.gov.uk
Expand Down

0 comments on commit 78ecbbb

Please sign in to comment.