chore: add example appsettings file

This commit is contained in:
Stevan Freeborn
2026-02-03 04:38:40 -06:00
parent 463ff05831
commit 80b4e775d6
+12
View File
@@ -0,0 +1,12 @@
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"AppDbContextOptions": {
"DatabaseFilePath": "DatabaseFilePath"
}
}