29 lines
632 B
JSON
29 lines
632 B
JSON
{
|
|
"UseCustomizationData": false,
|
|
"AzureServiceBusEnabled": false,
|
|
"AzureStorageEnabled": false,
|
|
"ApplicationInsights": {
|
|
"InstrumentationKey": ""
|
|
},
|
|
"OpenApi": {
|
|
"Endpoint": {
|
|
"Name": ""
|
|
},
|
|
"Document": {
|
|
"Name": "Catalog.API V1",
|
|
"Description": "The Catalog Microservice HTTP API. This is a Data-Driven/CRUD microservice sample",
|
|
"Title": "eShopOnContainers - Catalog HTTP API",
|
|
"Version": "v1"
|
|
}
|
|
},
|
|
"ConnectionStrings": {
|
|
"EventBus": "localhost",
|
|
"CatalogDB": ""
|
|
},
|
|
"EventBus": {
|
|
"SubscriptionClientName": "Catalog",
|
|
"RetryCount": 5
|
|
}
|
|
}
|
|
|