Compare commits

..

No commits in common. "a2ba1f73309e1d3dbf772315e63e58aabd863039" and "be190df863e8aa64ed1448a3e8ffcfa8ea953249" have entirely different histories.

4 changed files with 39 additions and 2 deletions

2
.gitignore vendored
View File

@ -62,5 +62,3 @@ logs
# angular & .net # angular & .net
dist dist
bin bin
.angular
appsettings.*.json

View File

@ -0,0 +1,13 @@
{
"Logging": {
"LogLevel": {
"Default": "Debug",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Debug"
}
},
"Database": {
"ConnectionString": ""
}
}

View File

@ -0,0 +1,13 @@
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"Database": {
"ConnectionString": ""
}
}

View File

@ -0,0 +1,13 @@
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"Database": {
"ConnectionString": ""
}
}