chore: add example appsettings

This commit is contained in:
Stevan Freeborn
2024-08-12 08:47:24 -05:00
parent fec8540d26
commit 24aa6ff35c
@@ -0,0 +1,8 @@
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.Hosting.Lifetime": "Information"
}
}
}