turf-tasker/appsettings.json
2025-06-17 13:22:51 -05:00

12 lines
No EOL
220 B
JSON

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