From 17c1e9917077f4692db516cdf432e670da510d0c Mon Sep 17 00:00:00 2001 From: biermapa <70135348+biermapa@users.noreply.github.com> Date: Tue, 21 Sep 2021 15:11:41 +0200 Subject: [PATCH] Update Startup.cs --- SmICSWebApp/Startup.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/SmICSWebApp/Startup.cs b/SmICSWebApp/Startup.cs index 73b0773e..3a8ba98e 100644 --- a/SmICSWebApp/Startup.cs +++ b/SmICSWebApp/Startup.cs @@ -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();