Skip to content

Commit 4c569a1

Browse files
chore(preprod): update dns zone name and BASE_URL
Updated the DNS zone name and BASE_URL to reflect the new domain structure. Refs: DTOSS-12434
1 parent bca75d7 commit 4c569a1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

infrastructure/environments/preprod/variables.tfvars

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
api_oauth_token_url = "https://int.api.service.nhs.uk/oauth2/token"
2-
dns_zone_name = "manage-breast-screening.screening.nhs.uk"
2+
dns_zone_name = "manage-breast-screening.nhs.uk"
33
enable_entra_id_authentication = false
44
fetch_secrets_from_app_key_vault = true
55
front_door_profile = "afd-live-hub-manbrs"
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
BASE_URL: https://preprod.manage-breast-screening.screening.nhs.uk
1+
BASE_URL: https://preprod.manage-breast-screening.nhs.uk
22
BASIC_AUTH_ENABLED: True
33
CIS2_SERVER_METADATA_URL: https://am.nhsint.auth-ptl.cis2.spineservices.nhs.uk/openam/oauth2/realms/root/realms/NHSIdentity/realms/Healthcare/.well-known/openid-configuration
44
PERSONAS_ENABLED: 1
5-
CSRF_TRUSTED_ORIGINS: 'https://preprod.manage-breast-screening.screening.nhs.uk'
5+
CSRF_TRUSTED_ORIGINS: 'https://preprod.manage-breast-screening.nhs.uk'
66
NOTIFICATIONS_SMTP_IS_ENABLED: True
77
APPLICATIONINSIGHTS_IS_ENABLED: True

0 commit comments

Comments
 (0)