2016-12-17 14:41:16 +01:00
|
|
|
{
|
2019-01-31 13:33:36 +00:00
|
|
|
"Serilog": {
|
|
|
|
"SeqServerUrl": null,
|
|
|
|
"MinimumLevel": {
|
|
|
|
"Default": "Information",
|
|
|
|
"Override": {
|
|
|
|
"Microsoft": "Warning",
|
|
|
|
"Microsoft.eShopOnContainers": "Information",
|
|
|
|
"System": "Warning"
|
|
|
|
}
|
2016-09-06 17:09:19 -07:00
|
|
|
}
|
2016-10-17 20:10:18 -07:00
|
|
|
},
|
2016-12-20 12:22:28 +01:00
|
|
|
"IdentityUrl": "http://localhost:5105",
|
2017-05-24 15:33:38 +02:00
|
|
|
"ConnectionString": "127.0.0.1",
|
2017-05-30 17:59:57 +02:00
|
|
|
"AzureServiceBusEnabled": false,
|
2017-10-11 16:26:44 +02:00
|
|
|
"SubscriptionClientName": "Basket",
|
|
|
|
"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"
|
|
|
|
}
|
2017-05-24 16:25:41 +02:00
|
|
|
}
|