Skip to content

Commit 96c17ee

Browse files
Setting the AzureStorageEnabled environment variable at the docker-compose.override.yml instead of the AppSettings.json
1 parent 6a1ff11 commit 96c17ee

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

docker-compose.override.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ services:
3131
- AzureStorageAccountKey=${ESHOP_AZURE_STORAGE_CATALOG_KEY}
3232
- UseCustomizationData=True
3333
- AzureServiceBusEnabled=False
34+
- AzureStorageEnabled=False
3435
ports:
3536
- "5101:80"
3637

@@ -78,6 +79,7 @@ services:
7879
- AzureStorageAccountName=${ESHOP_AZURE_STORAGE_MARKETING_NAME}
7980
- AzureStorageAccountKey=${ESHOP_AZURE_STORAGE_MARKETING_KEY}
8081
- AzureServiceBusEnabled=False
82+
- AzureStorageEnabled=False
8183
ports:
8284
- "5110:80"
8385

0 commit comments

Comments
 (0)