From dc6f001dc8b685a56a428bf2d17e71261f67e6ea Mon Sep 17 00:00:00 2001 From: enisn Date: Tue, 12 Oct 2021 11:43:01 +0300 Subject: [PATCH] Add BasketService to tye.yaml --- tye.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/tye.yaml b/tye.yaml index d0f8d34c..8f6fbbfc 100644 --- a/tye.yaml +++ b/tye.yaml @@ -45,6 +45,15 @@ services: - Kestrel__Certificates__Default__Path=../../../../etc/dev-cert/localhost.pfx - Kestrel__Certificates__Default__Password=8b6039b6-c67a-448b-977b-0ce6d3fcfd49 +- name: basket-service + project: services/basket/src/EShopOnAbp.BasketService.HttpApi.Host/EShopOnAbp.BasketService.HttpApi.Host.csproj + bindings: + - protocol: https + port: 44355 + env: + - Kestrel__Certificates__Default__Path=../../../../etc/dev-cert/localhost.pfx + - Kestrel__Certificates__Default__Password=8b6039b6-c67a-448b-977b-0ce6d3fcfd49 + - name: web-gateway project: gateways/web/src/EShopOnAbp.WebGateway/EShopOnAbp.WebGateway.csproj bindings: