Skip to content

Commit 2181e1c

Browse files
committed
update local config to use apigw when downloading catalog images
1 parent 5b38d2b commit 2181e1c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker-compose.override.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ services:
3232
- ASPNETCORE_ENVIRONMENT=Development
3333
- ASPNETCORE_URLS=http://0.0.0.0:80
3434
- ConnectionString=${ESHOP_AZURE_CATALOG_DB:-Server=sql.data;Database=Microsoft.eShopOnContainers.Services.CatalogDb;User Id=sa;Password=Pass@word}
35-
- PicBaseUrl=${ESHOP_AZURE_STORAGE_CATALOG_URL:-http://localhost:5101/api/v1/catalog/items/[0]/pic/} #Local: You need to open your local dev-machine firewall at range 5100-5110.
35+
- PicBaseUrl=${ESHOP_AZURE_STORAGE_CATALOG_URL:-http://localhost:5202/api/v1/c/catalog/items/[0]/pic/} #Local: You need to open your local dev-machine firewall at range 5100-5110.
3636
- EventBusConnection=${ESHOP_AZURE_SERVICE_BUS:-rabbitmq}
3737
- EventBusUserName=${ESHOP_SERVICE_BUS_USERNAME}
3838
- EventBusPassword=${ESHOP_SERVICE_BUS_PASSWORD}

0 commit comments

Comments
 (0)