2016-09-06 17:09:19 -07:00
|
|
|
|
{
|
2016-12-19 10:20:02 +01:00
|
|
|
|
"ConnectionString": "Server=tcp:127.0.0.1,5433;Initial Catalog=Microsoft.eShopOnContainers.Services.CatalogDb;User Id=sa;Password=Pass@word",
|
2017-07-11 12:43:06 +02:00
|
|
|
|
"PicBaseUrl": "http://localhost:5101/api/v1/catalog/items/[0]/pic/",
|
2017-07-10 14:40:26 +02:00
|
|
|
|
"UseCustomizationData": false,
|
2019-01-31 10:43:32 +00:00
|
|
|
|
"Serilog": {
|
|
|
|
|
"SeqServerUrl": null,
|
2019-03-22 13:45:02 +01:00
|
|
|
|
"LogstashgUrl": "http://elk-dev.northeurope.cloudapp.azure.com:8080",
|
2019-01-31 10:43:32 +00:00
|
|
|
|
"MinimumLevel": {
|
|
|
|
|
"Default": "Information",
|
|
|
|
|
"Override": {
|
|
|
|
|
"Microsoft": "Warning",
|
|
|
|
|
"Microsoft.eShopOnContainers": "Information",
|
|
|
|
|
"System": "Warning"
|
|
|
|
|
}
|
2016-09-06 17:09:19 -07:00
|
|
|
|
}
|
2017-05-24 15:33:05 +02:00
|
|
|
|
},
|
2017-05-30 17:59:57 +02:00
|
|
|
|
"AzureServiceBusEnabled": false,
|
2017-07-07 11:56:57 +02:00
|
|
|
|
"AzureStorageEnabled": false,
|
2017-10-11 16:26:44 +02:00
|
|
|
|
"SubscriptionClientName": "Catalog",
|
|
|
|
|
"ApplicationInsights": {
|
|
|
|
|
"InstrumentationKey": ""
|
2017-10-12 09:25:01 +01:00
|
|
|
|
},
|
2018-07-31 09:38:00 +02:00
|
|
|
|
"EventBusRetryCount": 5,
|
|
|
|
|
"UseVault": false,
|
|
|
|
|
"Vault": {
|
|
|
|
|
"Name": "eshop",
|
|
|
|
|
"ClientId": "your-clien-id",
|
|
|
|
|
"ClientSecret": "your-client-secret"
|
|
|
|
|
}
|
2016-09-06 17:09:19 -07:00
|
|
|
|
}
|