This commit is contained in:
Tommy Parnell
2017-09-16 11:35:10 -04:00
commit c5a6b17a93
8 changed files with 553 additions and 0 deletions

15
appsettings.json Normal file
View File

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