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