diff --git a/projects/court-case-and-delius/deploy/values-dev.yml b/projects/court-case-and-delius/deploy/values-dev.yml index aec50bbc50..5ed68eac73 100644 --- a/projects/court-case-and-delius/deploy/values-dev.yml +++ b/projects/court-case-and-delius/deploy/values-dev.yml @@ -16,6 +16,7 @@ generic-service: LOGGING_LEVEL_UK_GOV_DIGITAL_JUSTICE_HMPPS: DEBUG COMMUNITY-API_URL: https://community-api.test.probation.service.justice.gov.uk + INTEGRATIONS_ALFRESCO_URL: https://hmpps-delius-alfresco-test.apps.live.cloud-platform.service.justice.gov.uk/alfresco/service/noms-spg/ generic-prometheus-alerts: businessHoursOnly: true diff --git a/projects/court-case-and-delius/deploy/values-preprod.yml b/projects/court-case-and-delius/deploy/values-preprod.yml index 68d888f205..8a6cb13579 100644 --- a/projects/court-case-and-delius/deploy/values-preprod.yml +++ b/projects/court-case-and-delius/deploy/values-preprod.yml @@ -11,6 +11,7 @@ generic-service: SPRING_SECURITY_OAUTH2_RESOURCESERVER_JWT_ISSUER_URI: https://sign-in-preprod.hmpps.service.justice.gov.uk/auth/issuer SPRING_SECURITY_OAUTH2_CLIENT_PROVIDER_HMPPS-AUTH_TOKEN-URI: http://hmpps-auth.hmpps-auth-preprod.svc.cluster.local/auth/oauth/token COMMUNITY-API_URL: https://community-api.pre-prod.delius.probation.hmpps.dsd.io + INTEGRATIONS_ALFRESCO_URL: https://alfresco.pre-prod.delius.probation.hmpps.dsd.io/alfresco/service/noms-spg/ generic-prometheus-alerts: businessHoursOnly: true \ No newline at end of file diff --git a/projects/court-case-and-delius/deploy/values-prod.yml b/projects/court-case-and-delius/deploy/values-prod.yml index 20dd50bc4a..c6be8a774b 100644 --- a/projects/court-case-and-delius/deploy/values-prod.yml +++ b/projects/court-case-and-delius/deploy/values-prod.yml @@ -7,4 +7,5 @@ generic-service: SPRING_SECURITY_OAUTH2_RESOURCESERVER_JWT_JWK_SET_URI: http://hmpps-auth.hmpps-auth-prod.svc.cluster.local/auth/.well-known/jwks.json SPRING_SECURITY_OAUTH2_RESOURCESERVER_JWT_ISSUER_URI: https://sign-in.hmpps.service.justice.gov.uk/auth/issuer SPRING_SECURITY_OAUTH2_CLIENT_PROVIDER_HMPPS-AUTH_TOKEN-URI: http://hmpps-auth.hmpps-auth-prod.svc.cluster.local/auth/oauth/token - COMMUNITY-API_URL: https://community-api.probation.service.justice.gov.uk \ No newline at end of file + COMMUNITY-API_URL: https://community-api.probation.service.justice.gov.uk + INTEGRATIONS_ALFRESCO_URL: https://alfresco.probation.service.justice.gov.uk/alfresco/service/noms-spg/