From efe681606adae0b93be8051f57f78bc55f58bd92 Mon Sep 17 00:00:00 2001 From: Ji Lu Date: Thu, 6 Feb 2020 16:36:32 -0600 Subject: [PATCH] MQE-1992: Add new environment variable ELASTICSEARCH_VERSION and set default value to 7 --- etc/config/.env.example | 2 ++ 1 file changed, 2 insertions(+) diff --git a/etc/config/.env.example b/etc/config/.env.example index f5b6ef40e..349d7da9c 100644 --- a/etc/config/.env.example +++ b/etc/config/.env.example @@ -63,4 +63,6 @@ MODULE_WHITELIST=Magento_Framework,ConfigurableProductWishlist,ConfigurableProdu #ENABLE_BROWSER_LOG=true #BROWSER_LOG_BLACKLIST=other +#*** Elastic Search version used for test ***# +ELASTICSEARCH_VERSION=7 #*** End of .env ***#