{ "Logging": { "LogLevel": { "Default": "Information", "Microsoft.AspNetCore": "Warning" } }, "AllowedHosts": "*", "ConnectionStrings": { "MongoDB": "mongodb://localhost:27017", "Redis": "localhost:6379" }, "MongoDb": { "DatabaseName": "Inventory", "LocalAudience": "" }, "DetailedErrors": true, "UseRedisCache": true, "CacheSettings": { "DefaultCacheDurationInMinutes": 3 } }