From 0d32bf9dd0f1f2702fb678c2fc7d2b3cedafad8b Mon Sep 17 00:00:00 2001 From: enisn Date: Mon, 11 Oct 2021 16:39:30 +0300 Subject: [PATCH] Add CatalogService to tye.yml --- tye.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/tye.yaml b/tye.yaml index d0dcb64b..d0f8d34c 100644 --- a/tye.yaml +++ b/tye.yaml @@ -36,6 +36,15 @@ services: - Kestrel__Certificates__Default__Path=../../../../etc/dev-cert/localhost.pfx - Kestrel__Certificates__Default__Password=8b6039b6-c67a-448b-977b-0ce6d3fcfd49 +- name: catalog-service + project: services/catalog/src/EShopOnAbp.CatalogService.HttpApi.Host/EShopOnAbp.CatalogService.HttpApi.Host.csproj + bindings: + - protocol: https + port: 44354 + 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: