16 lines
289 B
JSON
16 lines
289 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"ConnectionStrings": {
|
|
"EventBus": "localhost"
|
|
},
|
|
"EventBus": {
|
|
"SubscriptionClientName": "Payment",
|
|
"RetryCount": 5
|
|
},
|
|
"PaymentSucceeded": true
|
|
} |