Skip to content

Commit b0a4623

Browse files
committed
Use production API OAuth URL in production env
1 parent 8da983c commit b0a4623

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infrastructure/environments/prod/variables.tfvars

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
api_oauth_token_url = "https://int.api.service.nhs.uk/oauth2/token"
1+
api_oauth_token_url = "https://api.service.nhs.uk/oauth2/token"
22
dns_zone_name = "manage-breast-screening.nhs.uk"
33
fetch_secrets_from_app_key_vault = true
44
front_door_profile = "afd-live-hub-manbrs"

0 commit comments

Comments
 (0)