Files
PlantPal/SoilMoistureAPI/appsettings.json
programmingPug 0f190a3f26 Major rewrite
2025-01-14 14:47:10 -05:00

13 lines
270 B
JSON

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