Skip to content

Commit 32bd196

Browse files
Removing the BasketUrl from the Ordering microservice since it is not used and it shouldn't be used in any case. Don't want synchronous Http communication between the microservices which would impact resiliency. Http only between the client apps and the first level of microservices (or API Gateways, if we had them).
1 parent a0d8f93 commit 32bd196

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

docker-compose.override.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ services:
4545
- ASPNETCORE_URLS=http://0.0.0.0:5102
4646
- ConnectionString=Server=sql.data;Database=Microsoft.eShopOnContainers.Services.OrderingDb;User Id=sa;Password=Pass@word
4747
- identityUrl=http://identity.api:5105 #Local: You need to open your local dev-machine firewall at range 5100-5105. at range 5100-5105.
48-
- BasketUrl=http://basket.api:5103
4948
- EventBusConnection=rabbitmq
5049
ports:
5150
- "5102:5102"

docker-compose.prod.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ services:
5050
- ASPNETCORE_URLS=http://0.0.0.0:5102
5151
- ConnectionString=Server=sql.data;Database=Microsoft.eShopOnContainers.Services.OrderingDb;User Id=sa;Password=Pass@word
5252
- identityUrl=http://identity.api:5105 #Local: You need to open your host's firewall at range 5100-5105. at range 5100-5105.
53-
- BasketUrl=http://basket.api:5103
5453
- EventBusConnection=rabbitmq
5554
ports:
5655
- "5102:5102"

0 commit comments

Comments
 (0)