From 056ea901bd2b4e3b8c8b56ac43ac693910bdb1b7 Mon Sep 17 00:00:00 2001 From: Daniel Carbone Date: Fri, 20 Dec 2024 20:13:14 -0600 Subject: [PATCH] removing test endpoint from config --- bin/config.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/bin/config.php b/bin/config.php index ce966525..50edc587 100644 --- a/bin/config.php +++ b/bin/config.php @@ -70,22 +70,18 @@ 'DSTU2' => [ 'sourceUrl' => 'https://hl7.org/fhir/DSTU2/fhir-all-xsd.zip', 'namespace' => 'Versions\\DSTU2', - 'testEndpoint' => 'https://hapi.fhir.org/baseDstu2', ], 'STU3' => [ 'sourceUrl' => 'https://hl7.org/fhir/STU3/fhir-all-xsd.zip', 'namespace' => 'Versions\\STU3', - 'testEndpoint' => 'https://server.fire.ly/r3', ], 'R4' => [ 'sourceUrl' => 'https://hl7.org/fhir/R4/fhir-all-xsd.zip', 'namespace' => 'Versions\\R4', - 'testEndpoint' => 'https://lforms-fhir.nlm.nih.gov/baseR4', ], 'R5' => [ 'sourceUrl' => 'https://hl7.org/fhir/R5/fhir-all-xsd.zip', 'namespace' => 'Versions\\R5', - 'testEndpoint' => 'https://lforms-fhir.nlm.nih.gov/baseR5', ] // 'Build' => [