Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

raised PR to test automation #2936

Open
wants to merge 2 commits into
base: feature/c8-refuge-policy-changes-epic
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions charts/prl-cos/values.preview.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,17 +63,17 @@ java:
environment:
PRD_API_BASEURL: http://rd-professional-api-{{ .Values.global.environment }}.service.core-compute-{{ .Values.global.environment }}.internal
PAY_URL: http://payment-api-{{ .Values.global.environment }}.service.core-compute-{{ .Values.global.environment }}.internal
PAY_CALLBACK_URL: https://prl-cos-pr-2740.preview.platform.hmcts.net/service-request-update
PAY_CALLBACK_URL: https://prl-cos-pr-2936.preview.platform.hmcts.net/service-request-update
FEE_URL: http://fees-register-api-{{ .Values.global.environment }}.service.core-compute-{{ .Values.global.environment }}.internal
RUNS_LOCALLY: false
IDAM_CLIENT_ID: prl-cos-api
IDAM_CLIENT_REDIRECT_URI: https://prl-cos-{{ .Values.global.environment }}.service.core-compute-{{ .Values.global.environment }}.internal/oauth2/callback
IDAM_API_URL: https://idam-api.{{ .Values.global.environment }}.platform.hmcts.net
IDAM_S2S_AUTH_URL: http://rpe-service-auth-provider-{{ .Values.global.environment }}.service.core-compute-{{ .Values.global.environment }}.internal
CORE_CASE_DATA_API_URL: http://prl-ccd-definitions-pr-2429-ccd-data-store-api
CCD_CASE_DOCS_AM_API: http://prl-ccd-definitions-pr-2429-cdam
ACA_SERVICE_API_BASEURL: http://prl-ccd-definitions-pr-2429-aac-manage-case-assignment
BUNDLE_URL: http://prl-ccd-definitions-pr-2429-em-ccdorc
CORE_CASE_DATA_API_URL: http://prl-ccd-definitions-pr-2551-ccd-data-store-api
CCD_CASE_DOCS_AM_API: http://prl-ccd-definitions-pr-2551-cdam
ACA_SERVICE_API_BASEURL: http://prl-ccd-definitions-pr-2551-aac-manage-case-assignment
BUNDLE_URL: http://prl-ccd-definitions-pr-2551-em-ccdorc
AM_ROLE_ASSIGNMENT_API_URL: http://am-role-assignment-service-aat.service.core-compute-aat.internal
AUTH_IDAM_CLIENT_BASEURL: https://idam-api.{{ .Values.global.environment }}.platform.hmcts.net
AUTH_PROVIDER_SERVICE_CLIENT_BASEURL: http://rpe-service-auth-provider-{{ .Values.global.environment }}.service.core-compute-{{ .Values.global.environment }}.internal
Expand Down