Compare commits
2 Commits
be190df863
...
a2ba1f7330
Author | SHA1 | Date | |
---|---|---|---|
a2ba1f7330 | |||
9d2df36cc1 |
2
.gitignore
vendored
2
.gitignore
vendored
@ -62,3 +62,5 @@ logs
|
|||||||
# angular & .net
|
# angular & .net
|
||||||
dist
|
dist
|
||||||
bin
|
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": ""
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user