turf-tasker/appsettings.json
2025-06-18 16:32:36 -05:00

12 lines
226 B
JSON

{
"ConnectionStrings": {
"DefaultConnection": "Data Source=turf_tasker.db"
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*"
}