From a848ddfee1ce11e9bfe3812739d57eff3873074f Mon Sep 17 00:00:00 2001
From: ZMai <zmai@slb.com>
Date: Thu, 11 May 2023 14:19:48 -0500
Subject: [PATCH] Change the SEARCH_HOST env. in app.properties

---
 .../indexer-azure/src/main/resources/application.properties     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/provider/indexer-azure/src/main/resources/application.properties b/provider/indexer-azure/src/main/resources/application.properties
index 2baa95d26..7f1c15bfd 100644
--- a/provider/indexer-azure/src/main/resources/application.properties
+++ b/provider/indexer-azure/src/main/resources/application.properties
@@ -48,7 +48,7 @@ STORAGE_QUERY_RECORD_FOR_CONVERSION_HOST=${storage_service_url}/query/records:ba
 STORAGE_RECORDS_BATCH_SIZE=20
 STORAGE_RECORDS_BY_KIND_BATCH_SIZE=1000
 
-SEARCH_HOST=${search_service_endpoint}
+SEARCH_HOST=${SEARCH_HOST}
 
 INDEXER_QUEUE_HOST=http://127.0.0.1:9000
 
-- 
GitLab