Initial commit
This commit is contained in:
commit
a9b895d234
9 changed files with 707 additions and 0 deletions
8
TodoMinimal.WebApi/appsettings.Development.json
Normal file
8
TodoMinimal.WebApi/appsettings.Development.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Information",
|
||||
"Microsoft.AspNetCore": "Warning"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue