Skip to content

Commit 4a3e2d4

Browse files
committed
rename ESHOP_AZURE_STORAGE_ACCOUNT_NAME/KEY variable to ESHOP_AZURE_STORAGE_CATALOG_NAME/KEY
1 parent 06cbab4 commit 4a3e2d4

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

docker-compose.override.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ services:
3131
- ConnectionString=${ESHOP_AZURE_CATALOG_DB:-Server=sql.data;Database=Microsoft.eShopOnContainers.Services.CatalogDb;User Id=sa;Password=Pass@word}
3232
- PicBaseUrl=${ESHOP_AZURE_STORAGE_CATALOG:-http://localhost:5101/api/v1/pic/} #Local: You need to open your local dev-machine firewall at range 5100-5110.
3333
- EventBusConnection=${ESHOP_AZURE_SERVICE_BUS:-rabbitmq}
34-
- AzureStorageAccountName=${ESHOP_AZURE_STORAGE_ACCOUNT_NAME}
35-
- AzureStorageAccountKey=${ESHOP_AZURE_STORAGE_ACCOUNT_KEY}
34+
- AzureStorageAccountName=${ESHOP_AZURE_STORAGE_CATALOG_NAME}
35+
- AzureStorageAccountKey=${ESHOP_AZURE_STORAGE_CATALOG_KEY}
3636
- UseCustomizationData=True
3737
ports:
3838
- "5101:80"

docker-compose.prod.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ services:
3636
- ConnectionString=${ESHOP_AZURE_CATALOG_DB:-Server=sql.data;Database=Microsoft.eShopOnContainers.Services.CatalogDb;User Id=sa;Password=Pass@word}
3737
- PicBaseUrl=${ESHOP_AZURE_STORAGE_CATALOG:-http://localhost:5101/api/v1/pic/} #Local: You need to open your local dev-machine firewall at range 5100-5110.
3838
- EventBusConnection=${ESHOP_AZURE_SERVICE_BUS:-rabbitmq}
39-
- AzureStorageAccountName=${ESHOP_AZURE_STORAGE_ACCOUNT_NAME}
40-
- AzureStorageAccountKey=${ESHOP_AZURE_STORAGE_ACCOUNT_KEY}
39+
- AzureStorageAccountName=${ESHOP_AZURE_STORAGE_CATALOG_NAME}
40+
- AzureStorageAccountKey=${ESHOP_AZURE_STORAGE_CATALOG_KEY}
4141
- UseCustomizationData=True
4242
ports:
4343
- "5101:80"

0 commit comments

Comments
 (0)