Skip to content

Commit

Permalink
#main - changed server base url
Browse files Browse the repository at this point in the history
  • Loading branch information
annemgold committed Jun 18, 2024
1 parent 8387713 commit 306b0e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Lc.Linca.Sdk.Sample/LinkedCareSampleClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ internal static class LinkedCareSampleClient
/// <summary>
/// In SDK, this always points to the development system
/// </summary>
//internal const string FhirServerBaseUrl = "https://fhir5-d.linkedcare.at";
internal const string FhirServerBaseUrl = "https://localhost:8084";
internal const string FhirServerBaseUrl = "https://fhir5-d.linkedcare.at";
//internal const string FhirServerBaseUrl = "https://localhost:8084";

internal static CareInformationSystem CareInformationSystemScaffold = new();
internal static PractitionerInformationSystem PractitionerInformationSystemScaffold = new();
Expand Down

0 comments on commit 306b0e0

Please sign in to comment.