2022-12-18 20:22:51 +02:00

14 lines
296 B
JSON

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