This commit is contained in:
Tommy Parnell
2017-10-18 21:42:15 -04:00
parent d4111a4938
commit 538628c485
31 changed files with 559 additions and 0 deletions

8
appsettings.json Normal file
View File

@@ -0,0 +1,8 @@
{
"Logging": {
"IncludeScopes": false,
"LogLevel": {
"Default": "Warning"
}
}
}