30 lines
644 B
JSON
30 lines
644 B
JSON
{
|
|
"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": ""
|
|
},
|
|
"EventBusRetryCount": 5,
|
|
"UseVault": false,
|
|
"Vault": {
|
|
"Name": "eshop",
|
|
"ClientId": "your-clien-id",
|
|
"ClientSecret": "your-client-secret"
|
|
}
|
|
|
|
}
|
|
|