Browse Source

Setting default calues to AZURE env var variables. These values need to be changed in using resources in Azure (Service Bus, SQL Azure databases, Redis cache as a service in Azure, CosmosDB, etc.)

pull/809/head
Cesar De la Torre 7 years ago
parent
commit
f885f6e2d7
1 changed files with 14 additions and 16 deletions
  1. +14
    -16
      .env

+ 14
- 16
.env View File

@ -7,19 +7,17 @@
ESHOP_EXTERNAL_DNS_NAME_OR_IP=localhost
ESHOP_PROD_EXTERNAL_DNS_NAME_OR_IP=10.121.122.92
#ESHOP_AZURE_REDIS_BASKET_DB=<YourAzureRedisBasketInfo>
#ESHOP_AZURE_STORAGE_CATALOG=<YourAzureStorageCatalog>
#ESHOP_AZURE_STORAGE_MARKETING=<YourAzureStorageMarketing>
#ESHOP_AZURE_SERVICE_BUS=<YourAzureServiceBusInfo>
#ESHOP_AZURE_COSMOSDB=<YourAzureCosmosDBConnData>
#ESHOP_AZURE_CATALOG_DB=<YourAzureSQLDBCatalogDBConnString>
#ESHOP_AZURE_IDENTITY_DB=<YourAzureSQLDBIdentityDBConnString>
#ESHOP_AZURE_ORDERING_DB=<YourAzureSQLDBOrderingDBConnString>
#ESHOP_AZURE_MARKETING_DB=<YourAzureSQLDBMarketingDBConnString>
#ESHOP_AZUREFUNC_CAMPAIGN_DETAILS_URI=<YourAzureFunctionCampaignDetailsURI>
#ESHOP_AZURE_STORAGE_CATALOG_NAME=<YourAzureStorageCatalogName>
#ESHOP_AZURE_STORAGE_CATALOG_KEY=<YourAzureStorageCatalogKey>
#ESHOP_AZURE_STORAGE_MARKETING_NAME=<YourAzureStorageMarketingName>
#ESHOP_AZURE_STORAGE_MARKETING_KEY=<YourAzureStorageMarketingKey>
ESHOP_AZURE_REDIS_BASKET_DB=<YourAzureRedisBasketInfo>
ESHOP_AZURE_STORAGE_CATALOG=<YourAzureStorageCatalog>
ESHOP_AZURE_STORAGE_MARKETING=<YourAzureStorageMarketing>
ESHOP_AZURE_SERVICE_BUS=<YourAzureServiceBusInfo>
ESHOP_AZURE_COSMOSDB=<YourAzureCosmosDBConnData>
ESHOP_AZURE_CATALOG_DB=<YourAzureSQLDBCatalogDBConnString>
ESHOP_AZURE_IDENTITY_DB=<YourAzureSQLDBIdentityDBConnString>
ESHOP_AZURE_ORDERING_DB=<YourAzureSQLDBOrderingDBConnString>
ESHOP_AZURE_MARKETING_DB=<YourAzureSQLDBMarketingDBConnString>
ESHOP_AZUREFUNC_CAMPAIGN_DETAILS_URI=<YourAzureFunctionCampaignDetailsURI>
ESHOP_AZURE_STORAGE_CATALOG_NAME=<YourAzureStorageCatalogName>
ESHOP_AZURE_STORAGE_CATALOG_KEY=<YourAzureStorageCatalogKey>
ESHOP_AZURE_STORAGE_MARKETING_NAME=<YourAzureStorageMarketingName>
ESHOP_AZURE_STORAGE_MARKETING_KEY=<YourAzureStorageMarketingKey>

Loading…
Cancel
Save