{ "Logging": { "LogLevel": { "Default": "Information", "Microsoft.AspNetCore": "Warning" } }, "AllowedHosts": "*", "ConnectionStrings": { "DefaultConnection": "Server=localhost;Database=clean-architecture;Trusted_Connection=True;MultipleActiveResultSets=true;TrustServerCertificate=True" }, "Auth": { "Issuer": "CleanArchitectureServer", "Audience": "CleanArchitectureClient", "Secret": "sD3v061gf8BxXgmxcHssasjdlkasjd87439284)@#(*" }, "RedisHostName": "redis", "RabbitMQ": { "Host": "rabbitmq", "Username": "admin", "Password": "DOIA9234JF", "Enabled": "True" } }