55 lines
1.1 KiB
JSON
55 lines
1.1 KiB
JSON
{
|
|
"Serilog": {
|
|
"SeqServerUrl": null,
|
|
"LogstashgUrl": null,
|
|
"MinimumLevel": {
|
|
"Default": "Information",
|
|
"Override": {
|
|
"Microsoft": "Warning",
|
|
"Microsoft.eShopOnContainers": "Information",
|
|
"System": "Warning"
|
|
}
|
|
}
|
|
},
|
|
"Kestrel": {
|
|
"EndpointDefaults": {
|
|
"Protocols": "Http2"
|
|
}
|
|
},
|
|
"ApplicationInsights": {
|
|
"InstrumentationKey": ""
|
|
},
|
|
"UseVault": false,
|
|
"Vault": {
|
|
"Name": "eshop",
|
|
"ClientId": "your-client-id",
|
|
"ClientSecret": "your-client-secret"
|
|
},
|
|
"OpenApi": {
|
|
"Endpoint": {
|
|
"Name": ""
|
|
},
|
|
"Document": {
|
|
"Name": "Basket.API V1",
|
|
"Description": "The Basket Service HTTP API",
|
|
"Title": "eShopOnContainers - Basket HTTP API",
|
|
"Version": "v1"
|
|
}
|
|
},
|
|
"ConnectionStrings": {
|
|
"Redis": "127.0.0.1"
|
|
},
|
|
"Identity": {
|
|
"Audience": "basket",
|
|
"Scope": "basket",
|
|
"Scopes": {
|
|
"basket": "Basket API"
|
|
}
|
|
},
|
|
"EventBus": {
|
|
"SubscriptionClientName": "Basket",
|
|
"ConnectionString": "localhost",
|
|
"RetryCount": 5
|
|
}
|
|
}
|