Skip to content

Commit

Permalink
Update Startup.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
biermapa authored Sep 21, 2021
1 parent 2bbcf91 commit 17c1e99
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions SmICSWebApp/Startup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -192,8 +192,7 @@ public void Configure(IApplicationBuilder app, IWebHostEnvironment env)
app.UseHsts();
}

//OpenehrConfig.openehrEndpoint = Environment.GetEnvironmentVariable("OPENEHR_DB");
OpenehrConfig.openehrEndpoint = "https://medic-c-t.mh-hannover.local:8083/rest/openehr/v1";
OpenehrConfig.openehrEndpoint = Environment.GetEnvironmentVariable("OPENEHR_DB");

app.UseSwagger();

Expand Down

0 comments on commit 17c1e99

Please sign in to comment.