Browse Source

Setting the AzureStorageEnabled environment variable at the docker-compose.override.yml instead of the AppSettings.json

pull/220/head
Cesar De la Torre 7 years ago
parent
commit
96c17ee09f
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      docker-compose.override.yml

+ 2
- 0
docker-compose.override.yml View File

@ -31,6 +31,7 @@ services:
- AzureStorageAccountKey=${ESHOP_AZURE_STORAGE_CATALOG_KEY}
- UseCustomizationData=True
- AzureServiceBusEnabled=False
- AzureStorageEnabled=False
ports:
- "5101:80"
@ -78,6 +79,7 @@ services:
- AzureStorageAccountName=${ESHOP_AZURE_STORAGE_MARKETING_NAME}
- AzureStorageAccountKey=${ESHOP_AZURE_STORAGE_MARKETING_KEY}
- AzureServiceBusEnabled=False
- AzureStorageEnabled=False
ports:
- "5110:80"


Loading…
Cancel
Save