Compare commits

...
2 Commits
Author SHA1 Message Date
edraft a2ba1f7330 improved gitingore 2022-02-20 13:52:06 +01:00
edraft 9d2df36cc1 Removed configs 2022-02-20 13:51:58 +01:00
4 changed files with 2 additions and 39 deletions
+2
View File
@@ -62,3 +62,5 @@ logs
# angular & .net
dist
bin
.angular
appsettings.*.json
@@ -1,13 +0,0 @@
{
"Logging": {
"LogLevel": {
"Default": "Debug",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Debug"
}
},
"Database": {
"ConnectionString": ""
}
}
@@ -1,13 +0,0 @@
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"Database": {
"ConnectionString": ""
}
}
@@ -1,13 +0,0 @@
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"Database": {
"ConnectionString": ""
}
}