Skip to content

Commit 8fff16b

Browse files
committed
Defining prod values for servers
1 parent a5b0d80 commit 8fff16b

1 file changed

Lines changed: 7 additions & 10 deletions

File tree

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,13 @@
11
import { FhirServer } from './fhir-server.interface';
22

33
export const environment = {
4-
production: true,
4+
production: false,
55
fhirServers: [
6-
{ name: 'SNOMED Dev IS', url: 'https://dev-is-browser.ihtsdotools.org/fhir' },
7-
{ name: 'SNOMED Public', url: 'https://snowstorm.ihtsdotools.org/fhir' },
8-
{ name: 'SNOMED Dev 2', url: 'https://snowstorm-temp.kaicode.io/fhir' },
9-
{ name: 'SNOMED Lite Demo', url: 'https://implementation-demo.snomedtools.org/snowstorm-lite/fhir' },
10-
{ name: 'LOINC Ontology Server', url: 'https://browser.loincsnomed.org/fhir' },
11-
{ name: 'Ontoserver', url: 'https://r4.ontoserver.csiro.au/fhir' },
12-
{ name: 'SNOMED Dev 1', url: 'https://dev-browser.ihtsdotools.org/fhir' },
13-
{ name: 'Implementation Demo', url: 'https://implementation-demo.snomedtools.org/fhir' },
6+
{ name: 'SNOMED Public Snowstorm', url: 'https://snowstorm.ihtsdotools.org/fhir' },
7+
{ name: 'Snowstorm Lite Demo', url: 'https://implementation-demo.snomedtools.org/snowstorm-lite/fhir' },
8+
{ name: 'LOINC Ontology Snowstorm', url: 'https://browser.loincsnomed.org/fhir' },
9+
{ name: 'Ontoserver R4 Demo', url: 'https://r4.ontoserver.csiro.au/fhir' },
10+
{ name: 'Implementation Demo SnowstormX', url: 'https://implementation-demo.snomedtools.org/fhir' },
1411
] as FhirServer[],
15-
defaultFhirServerIndex: 1,
12+
defaultFhirServerIndex: 0,
1613
};

0 commit comments

Comments
 (0)