{ "Logging": { "LogLevel": { "Default": "Information", "Microsoft.AspNetCore": "Warning" } }, "AllowedHosts": "*", "ConnectionString": "mongodb://localhost:27017", "DatabaseName": "eshop", "CouponsCollectionName": "coupons", "SubscriptionClientName": "Coupon" }