chore: add example appsettings file

This commit is contained in:
Stevan Freeborn
2026-02-01 06:12:25 -06:00
parent 2b91e3b791
commit a1d22b0ec2
+12
View File
@@ -0,0 +1,12 @@
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"AppDbContextOptions": {
"DatabaseFilePath": "DatabaseFilePath"
}
}