{ "ConnectionStrings": { "BlendingConnectionString": "Server=localhost\\SQLEXPRESS;Database=Blendings-dev;User Id=makeadm;Password=2021@makegestao;MultipleActiveResultSets=true; Application Name=Blend_Checklist_API" }, "BuildInfo": { "ReleaseServiceName": "Será modificado ao realizar deploy via Azure CI/CD", "ReleaseVersion": "Será modificado ao realizar deploy via Azure CI/CD", "ReleaseId": "Será modificado ao realizar deploy via Azure CI/CD", "ReleaseNumber": "Será modificado ao realizar deploy via Azure CI/CD" }, "Easycaching": { "Enabled": true, // Enable this to use Redis to replace MemoryCache. "Redis": { "MaxRdSecond": 120, "EnableLogging": false, "LockMs": 5000, "SleepMs": 300, "DbConfig": { //"Password": "yourstrongpassword", //"IsSsl": true, //"SslHost": "localhost", "ConnectionTimeout": 5000, "AllowAdmin": true, "Endpoints": [ { "Host": "127.0.0.1", "Port": 6380 } ], "Database": 0 } } }, "Logging": { "LogLevel": { "Default": "Information", "Microsoft": "Warning", "Microsoft.Hosting.Lifetime": "Information" } }, "AllowedHosts": "*" }