32 lines
895 B
JSON
32 lines
895 B
JSON
{
|
|
"ConnectionString": "Server=tcp:127.0.0.1,5433;Initial Catalog=Microsoft.eShopOnContainers.Services.CatalogDb;User Id=sa;Password=Pass@word",
|
|
"PicBaseUrl": "http://localhost:5101/api/v1/catalog/items/[0]/pic/",
|
|
"UseCustomizationData": false,
|
|
"Serilog": {
|
|
"SeqServerUrl": null,
|
|
"LogstashgUrl": null,
|
|
"MinimumLevel": {
|
|
"Default": "Information",
|
|
"Override": {
|
|
"Microsoft": "Warning",
|
|
"Microsoft.eShopOnContainers": "Information",
|
|
"System": "Warning"
|
|
}
|
|
}
|
|
},
|
|
"AzureServiceBusEnabled": false,
|
|
"AzureStorageEnabled": false,
|
|
"SubscriptionClientName": "Catalog",
|
|
"ApplicationInsights": {
|
|
"InstrumentationKey": ""
|
|
},
|
|
"EventBusConnection": "localhost",
|
|
"EventBusRetryCount": 5,
|
|
"UseVault": false,
|
|
"Vault": {
|
|
"Name": "eshop",
|
|
"ClientId": "your-clien-id",
|
|
"ClientSecret": "your-client-secret"
|
|
}
|
|
}
|
|
|