{ "Logging": { "LogLevel": { "Default": "Information", "Microsoft": "Warning", "Microsoft.Hosting.Lifetime": "Information" } }, "AllowedHosts": "*", "ConnectionStrings": { "Mongo": "mongodb://localhost:27017", "RabbitMQ": "host=localhost" }, "DatabaseName": "MalwareMultiScan", "ResultsSubscriptionId": "mms.results", "MaxFileSize": 52428800, "BackendsConfiguration": "backends.yaml" }