14 lines
296 B
JSON
Raw Normal View History

2022-12-18 20:22:51 +02:00
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"ConnectionString": "mongodb://localhost:27017",
"DatabaseName": "eshop",
"CouponsCollectionName": "coupons",
"SubscriptionClientName": "Coupon"
}