{ "Logging": { "LogLevel": { "Default": "Debug", "Microsoft.AspNetCore": "Warning" } }, "ConnectionStrings": { "DefaultConnection": "Server=localhost;Database=DevDB;Trusted_Connection=true;", "Redis": "localhost:6379" }, "ApiSettings": { "BaseUrl": "https://dev-api.marketally.com", "Timeout": 30, "RetryCount": 3 }, "Security": { "EnableSsl": true, "RequireHttps": false }, "Features": { "EnableDebugMode": true, "EnableDetailedErrors": true } }