From 2ecce0acb07dcf7c641c030984bec9200d57f8cb Mon Sep 17 00:00:00 2001 From: Diamantis Tziotzios Date: Tue, 14 Jun 2022 14:22:59 +0300 Subject: [PATCH] elastic conf changes --- .../main/resources/config/application-devel.properties | 3 --- .../src/main/resources/config/application.properties | 10 ++++++++++ 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/dmp-backend/web/src/main/resources/config/application-devel.properties b/dmp-backend/web/src/main/resources/config/application-devel.properties index 8ae02affd..396776273 100644 --- a/dmp-backend/web/src/main/resources/config/application-devel.properties +++ b/dmp-backend/web/src/main/resources/config/application-devel.properties @@ -14,9 +14,6 @@ elasticsearch.port = 9200 elasticsearch.username=elastic elasticsearch.password= elasticsearch.index=dmps -elasticsearch.usingssl=false -elasticsearch.certPath = -elasticsearch.certKey = ####################ELK OVERRIDES CONFIGURATIONS########## http-logger.server-address = http://localhost:31311 diff --git a/dmp-backend/web/src/main/resources/config/application.properties b/dmp-backend/web/src/main/resources/config/application.properties index e6d2f9a93..dafa101e4 100644 --- a/dmp-backend/web/src/main/resources/config/application.properties +++ b/dmp-backend/web/src/main/resources/config/application.properties @@ -36,6 +36,16 @@ spring.mail.test-connection=false spring.mail.properties.mail.smtp.auth=false spring.mail.properties.mail.smtp.starttls.enable=false +####################ELASTIIC SEARCH TAGS OVERRIDES CONFIGURATIONS########## +elasticsearch.host= +elasticsearch.port= +elasticsearch.username= +elasticsearch.password= +elasticsearch.index= +elasticsearch.usingssl=false +elasticsearch.certPath= +elasticsearch.certKey= + ####################CONFIGURATION FILES OVERRIDES CONFIGURATIONS########## configuration.externalUrls=externalUrls/ExternalUrls.xml configuration.rda=RDACommonStandards.txt