Skip to content

Commit bbec178

Browse files
committed
Fixed sandbox FHIRv3 URL.
1 parent ad727e2 commit bbec178

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev-local/.env.local.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ DJANGO_SECRET_KEY=replace-me-with-real-secret
4040
FHIR_URL_TEST="https://test.fhir.bfd.cmscloud.local"
4141
FHIR_URL_V3_TEST="https://test.fhirv3.bfd.cmscloud.local"
4242
FHIR_URL_SBX="https://prod-sbx.fhir.bfd.cmscloud.local"
43-
FHIR_URL_V3_SBX="https://prod-sbx.fhirv3.bfd.cmscloud.local"
43+
FHIR_URL_V3_SBX="https://sandbox.fhirv3.bfd.cmscloud.local"
4444

4545
################################################################################
4646
# DATABASE

0 commit comments

Comments
 (0)