diff --git a/SecurityService.BusinessLogic/SecurityService.BusinessLogic.csproj b/SecurityService.BusinessLogic/SecurityService.BusinessLogic.csproj index 5e8740a8..d3d63407 100644 --- a/SecurityService.BusinessLogic/SecurityService.BusinessLogic.csproj +++ b/SecurityService.BusinessLogic/SecurityService.BusinessLogic.csproj @@ -10,7 +10,7 @@ - + diff --git a/SecurityService.Client/SecurityService.Client.csproj b/SecurityService.Client/SecurityService.Client.csproj index 745ec4ae..da3541e8 100644 --- a/SecurityService.Client/SecurityService.Client.csproj +++ b/SecurityService.Client/SecurityService.Client.csproj @@ -6,7 +6,7 @@ - + diff --git a/SecurityService.Database/SecurityService.Database.csproj b/SecurityService.Database/SecurityService.Database.csproj index 5e6193cd..e4abf1dc 100644 --- a/SecurityService.Database/SecurityService.Database.csproj +++ b/SecurityService.Database/SecurityService.Database.csproj @@ -19,7 +19,7 @@ runtime; build; native; contentfiles; analyzers; buildtransitive - + diff --git a/SecurityService.OpenIdConnect.IntegrationTests/SecurityService.OpenIdConnect.IntegrationTests.csproj b/SecurityService.OpenIdConnect.IntegrationTests/SecurityService.OpenIdConnect.IntegrationTests.csproj index 9763feb6..03ffa04c 100644 --- a/SecurityService.OpenIdConnect.IntegrationTests/SecurityService.OpenIdConnect.IntegrationTests.csproj +++ b/SecurityService.OpenIdConnect.IntegrationTests/SecurityService.OpenIdConnect.IntegrationTests.csproj @@ -12,7 +12,7 @@ - + all diff --git a/SecurityService/Startup.cs b/SecurityService/Startup.cs index 4a23af89..4924debe 100644 --- a/SecurityService/Startup.cs +++ b/SecurityService/Startup.cs @@ -222,7 +222,6 @@ public void Configure(IApplicationBuilder app, String nlogConfigFilename = "nlog.config"; if (env.IsDevelopment()) { - nlogConfigFilename = $"nlog.{env.EnvironmentName}.config"; app.UseDeveloperExceptionPage(); } diff --git a/SecurityService/appsettings.json b/SecurityService/appsettings.json index 24054904..44fa0a30 100644 --- a/SecurityService/appsettings.json +++ b/SecurityService/appsettings.json @@ -4,9 +4,9 @@ "IssuerUrl": "https://127.0.0.1:5001" }, "ConnectionStrings": { - "PersistedGrantDbContext": "server=127.0.0.1;database=PersistedGrantStore;user id=sa;password=sp1ttal", - "ConfigurationDbContext": "server=127.0.0.1;database=Configuration;user id=sa;password=sp1ttal", - "AuthenticationDbContext": "server=127.0.0.1;database=Authentication;user id=sa;password=sp1ttal" + "PersistedGrantDbContext": "server=127.0.0.1;database=PersistedGrantStore;user id=sa;password=Sc0tland", + "ConfigurationDbContext": "server=127.0.0.1;database=Configuration;user id=sa;password=Sc0tland", + "AuthenticationDbContext": "server=127.0.0.1;database=Authentication;user id=sa;password=Sc0tland" }, "AppSettings": { "DatabaseEngine": "SqlServer" diff --git a/SecurityService/nlog.config b/SecurityService/nlog.config index 26f14e64..602897c3 100644 --- a/SecurityService/nlog.config +++ b/SecurityService/nlog.config @@ -4,7 +4,15 @@ + - - - - - + + + + + + + + + + + + + + \ No newline at end of file