Files
Assignment6/appsettings.Development.json
Chris d48d2a7b79
Some checks failed
Build and Push Docker Image / docker (push) Has been cancelled
initial push
2026-04-07 21:09:18 +00:00

15 lines
241 B
JSON

{
"Database": {
"Provider": "Sqlite"
},
"ConnectionStrings": {
"DefaultConnection": "Data Source=app.db"
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
}
}