Browse Source

Add BasketService to tye.yaml

pull/9/head
enisn 5 years ago
parent
commit
dc6f001dc8
  1. 9
      tye.yaml

9
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:

Loading…
Cancel
Save