{ "Logging": { "LogLevel": { "Default": "Information", "Microsoft.AspNetCore": "Warning" } }, "AllowedHosts": "*", "ConnectionStrings": { "DefaultConnection": "" }, "JwtSettings": { "SecretKey": "", "Issuer": "SPMS", "Audience": "SPMS", "ExpiryMinutes": 10 }, "RabbitMQ": { "HostName": "", "Port": 0, "UserName": "", "Password": "", "VirtualHost": "/" } }