From 4f498e8b91b226220de0886aa846ceeb886ca46f Mon Sep 17 00:00:00 2001 From: Galip Tolga Erdem Date: Mon, 8 Nov 2021 12:28:18 +0300 Subject: [PATCH] removed from tye config --- tye.yaml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/tye.yaml b/tye.yaml index 091b631f..aae10de3 100644 --- a/tye.yaml +++ b/tye.yaml @@ -90,15 +90,6 @@ services: - Kestrel__Certificates__Default__Path=../../../../etc/dev-cert/localhost.pfx - Kestrel__Certificates__Default__Password=8b6039b6-c67a-448b-977b-0ce6d3fcfd49 -- name: internal-gateway - project: gateways/internal/src/EShopOnAbp.InternalGateway/EShopOnAbp.InternalGateway.csproj - bindings: - - protocol: https - port: 44371 - env: - - Kestrel__Certificates__Default__Path=../../../../etc/dev-cert/localhost.pfx - - Kestrel__Certificates__Default__Password=8b6039b6-c67a-448b-977b-0ce6d3fcfd49 - - name: public-web project: apps/public-web/src/EShopOnAbp.PublicWeb/EShopOnAbp.PublicWeb.csproj bindings: