From 57f2b63d0ce0f9a9fcce593c7f123d7ff8f388f3 Mon Sep 17 00:00:00 2001 From: varnit goyal Date: Mon, 14 Oct 2024 14:50:00 +0530 Subject: [PATCH] TP-5555 | elastic fix --- configs/application.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/application.yml b/configs/application.yml index 38f1c39..edb0503 100644 --- a/configs/application.yml +++ b/configs/application.yml @@ -68,7 +68,7 @@ DocumentService: generate_token: DOCUMENT_SERVICE_MOCK_GENERATE_TOKEN elastic: - addresses: ELASTIC_ADDRESS + addresses: ELASTIC_ADDRESSES username: ELASTIC_USERNAME password: ELASTIC_PASSWORD index: ELASTIC_INDEX