Skip to content

Commit

Permalink
removing test endpoint from config
Browse files Browse the repository at this point in the history
  • Loading branch information
dcarbone committed Dec 21, 2024
1 parent a133f31 commit 056ea90
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions bin/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -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' => [
Expand Down

0 comments on commit 056ea90

Please sign in to comment.