Skip to content

Commit c82e0b2

Browse files
TASK SB Use correct (int) endpoint for EliD in preprod environment.
1 parent 14a5e92 commit c82e0b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infrastructure/environments/preprod/locals.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ locals {
4242

4343
MAX_SESSION_AGE_MINUTES = 59
4444

45-
ELIGIBILITY_API_ENDPOINT = "https://sandbox.api.service.nhs.uk/"
45+
ELIGIBILITY_API_ENDPOINT = "https://int.api.service.nhs.uk/"
4646
IS_APIM_AUTH_ENABLED = true
4747
APIM_AUTH_URL = "https://int.api.service.nhs.uk/oauth2/token"
4848
APIM_KEY_ID = "test-1"

0 commit comments

Comments
 (0)