Browse Source

updated tye configuration

pull/79/head
Galip Tolga Erdem 5 years ago
parent
commit
e17676bf70
  1. 2
      apps/public-web/src/EShopOnAbp.PublicWeb/EShopOnAbpPublicWebModule.cs
  2. 2
      tye.yaml

2
apps/public-web/src/EShopOnAbp.PublicWeb/EShopOnAbpPublicWebModule.cs

@ -54,7 +54,7 @@ namespace EShopOnAbp.PublicWeb;
typeof(EShopOnAbpSharedHostingAspNetCoreModule),
typeof(EShopOnAbpSharedLocalizationModule),
typeof(CatalogServiceHttpApiClientModule),
typeof(BasketServiceModule),
// typeof(BasketServiceModule),
typeof(OrderingServiceHttpApiClientModule),
typeof(AbpAspNetCoreSignalRModule),
typeof(PaymentServiceHttpApiClientModule),

2
tye.yaml

@ -37,7 +37,7 @@ services:
- 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
project: services/basket/src/EShopOnAbp.BasketService/EShopOnAbp.BasketService.csproj
bindings:
- protocol: https
port: 44355

Loading…
Cancel
Save