2023-05-09 07:05:38 -07:00

49 lines
942 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"Kestrel": {
"Endpoints": {
"Http": {
"Url": "http://localhost:5221"
},
"gRPC": {
"Url": "http://localhost:6221",
"Protocols": "Http2"
}
}
},
"OpenApi": {
"Endpoint": {
"Name": "Basket.API V1"
},
"Document": {
"Description": "The Basket Service HTTP API",
"Title": "eShopOnContainers - Basket HTTP API",
"Version": "v1"
},
"Auth": {
"ClientId": "basketswaggerui",
"AppName": "Basket Swagger UI"
}
},
"ConnectionStrings": {
"Redis": "localhost",
"EventBus": "localhost"
},
"Identity": {
"Audience": "basket",
"Url": "http://localhost:5223",
"Scopes": {
"basket": "Basket API"
}
},
"EventBus": {
"SubscriptionClientName": "Basket",
"RetryCount": 5
}
}