You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

34 lines
2.1 KiB

  1. # Compose supports declaring default environment variables in an environment file named .env placed in the folder docker-compose command is executed from (current working directory).
  2. # Compose expects each line in an env file to be in VAR=VAL format. Lines beginning with # (i.e. comments) are ignored, as are blank lines.
  3. # Note: Values present in the environment at runtime will always override those defined inside the .env file. Similarly, values passed via command-line arguments take precedence as well.
  4. # The IP below should be swapped to your real IP or DNS name, like 192.168.88.248, etc. if testing from remote browsers or mobile devices
  5. # Use this values to run the app locally in Windows
  6. ESHOP_EXTERNAL_DNS_NAME_OR_IP=host.docker.internal
  7. ESHOP_STORAGE_CATALOG_URL=http://host.docker.internal:5202/c/api/v1/catalog/items/[0]/pic/
  8. # Use this values to run the app locally in Mac
  9. # ESHOP_EXTERNAL_DNS_NAME_OR_IP=docker.for.mac.localhost
  10. # ESHOP_STORAGE_CATALOG_URL=http://docker.for.mac.localhost:5202/c/api/v1/catalog/items/[0]/pic/
  11. # Use this values to run the app locally in Linux
  12. # ESHOP_EXTERNAL_DNS_NAME_OR_IP=docker.for.linux.localhost
  13. # ESHOP_STORAGE_CATALOG_URL=http://docker.for.linux.localhost:5202/c/api/v1/catalog/items/[0]/pic/
  14. # Configure this values to the cloud storage locations
  15. # ESHOP_STORAGE_CATALOG_URL=<YourAzureStorage_Catalog_BLOB_URL>
  16. ESHOP_PROD_EXTERNAL_DNS_NAME_OR_IP=10.121.122.162
  17. #ESHOP_AZURE_REDIS_BASKET_DB=<YourAzureRedisBasketInfo>
  18. #ESHOP_AZURE_SERVICE_BUS=<YourAzureServiceBusInfo>
  19. #ESHOP_AZURE_COSMOSDB=<YourAzureCosmosDBConnData>
  20. #ESHOP_AZURE_CATALOG_DB=<YourAzureSQLDBCatalogDBConnString>
  21. #ESHOP_AZURE_IDENTITY_DB=<YourAzureSQLDBIdentityDBConnString>
  22. #ESHOP_AZURE_ORDERING_DB=<YourAzureSQLDBOrderingDBConnString>
  23. #ESHOP_AZUREFUNC_CAMPAIGN_DETAILS_URI=<YourAzureFunctionCampaignDetailsURI>
  24. #ESHOP_AZURE_STORAGE_CATALOG_NAME=<YourAzureStorageCatalogName>
  25. #ESHOP_AZURE_STORAGE_CATALOG_KEY=<YourAzureStorageCatalogKey>
  26. #ESHOP_SERVICE_BUS_USERNAME=<ServiceBusUserName-OnlyUsedIfUsingRabbitMQUnderwindows>
  27. #ESHOP_SERVICE_BUS_PASSWORD=<ServiceBusUserPassword-OnlyUsedIfUsingRabbitMQUnderwindows>
  28. #INSTRUMENTATION_KEY=