Files
LanMountainDesktop/LanMontainDesktop.RecommendationBackend/appsettings.Development.json

12 lines
178 B
JSON
Raw Normal View History

2026-03-04 02:02:34 +08:00
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"Recommendation": {
"CacheDuration": "00:05:00"
}
}