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