Core.Blueprint.DAL/Core.Blueprint.DAL.API/appsettings.Development.json
Sergio Matias Urquin 6358f5f199 Add project files.
2025-04-29 18:39:57 -06:00

11 lines
183 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"CacheSettings": {
"DefaultCacheDurationInMinutes": 3
}
}