Compare commits

...

2 Commits

Author SHA1 Message Date
a2ba1f7330 improved gitingore 2022-02-20 13:52:06 +01:00
9d2df36cc1 Removed configs 2022-02-20 13:51:58 +01:00
4 changed files with 2 additions and 39 deletions

2
.gitignore vendored
View File

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

View File

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

View File

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

View File

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