From 572bcebd7bdb7c4e49b39a78634313a45ea86cc8 Mon Sep 17 00:00:00 2001 From: Rob Bos Date: Thu, 29 Jun 2023 10:00:06 +0000 Subject: [PATCH] nest config --- dotnet-core-webapp/appsettings.Acc.json | 11 +++++++++++ dotnet-core-webapp/appsettings.DevTest.json | 11 +++++++++++ dotnet-core-webapp/dotnetcore-webapp.csproj | 6 ++++++ 3 files changed, 28 insertions(+) create mode 100644 dotnet-core-webapp/appsettings.Acc.json create mode 100644 dotnet-core-webapp/appsettings.DevTest.json diff --git a/dotnet-core-webapp/appsettings.Acc.json b/dotnet-core-webapp/appsettings.Acc.json new file mode 100644 index 00000000..1a45cdb5 --- /dev/null +++ b/dotnet-core-webapp/appsettings.Acc.json @@ -0,0 +1,11 @@ +{ + "Logging": { + "LogLevel": { + "Default": "Information", + "Microsoft": "Warning", + "Microsoft.Hosting.Lifetime": "Information" + } + }, + "AllowedHosts": "*", + "LastDeployed": "__LAST_DEPLOYED__" +} diff --git a/dotnet-core-webapp/appsettings.DevTest.json b/dotnet-core-webapp/appsettings.DevTest.json new file mode 100644 index 00000000..1a45cdb5 --- /dev/null +++ b/dotnet-core-webapp/appsettings.DevTest.json @@ -0,0 +1,11 @@ +{ + "Logging": { + "LogLevel": { + "Default": "Information", + "Microsoft": "Warning", + "Microsoft.Hosting.Lifetime": "Information" + } + }, + "AllowedHosts": "*", + "LastDeployed": "__LAST_DEPLOYED__" +} diff --git a/dotnet-core-webapp/dotnetcore-webapp.csproj b/dotnet-core-webapp/dotnetcore-webapp.csproj index 31e344a5..2289a0d0 100644 --- a/dotnet-core-webapp/dotnetcore-webapp.csproj +++ b/dotnet-core-webapp/dotnetcore-webapp.csproj @@ -10,6 +10,12 @@ appsettings.json + + appsettings.json + + + appsettings.json +