From 4480ce82d9693cbeccc0554a3cac4cd607562aed Mon Sep 17 00:00:00 2001 From: thomas loubrieu Date: Fri, 2 Aug 2024 17:20:19 -0400 Subject: [PATCH] update application.properties for latest code --- service/src/main/resources/application.properties | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/service/src/main/resources/application.properties b/service/src/main/resources/application.properties index d8e8cbf5..2cadcf58 100644 --- a/service/src/main/resources/application.properties +++ b/service/src/main/resources/application.properties @@ -10,7 +10,7 @@ springdoc.swagger-ui.tagsSorter=alpha springdoc.api-docs.path=/api-docs springdoc.api-docs.enabled=true -springdoc.packagesToScan=gov.nasa.pds.api.registry.controller +springdoc.packagesToScan=gov.nasa.pds.api.registry.controllers springdoc.pathsToMatch=/** server.forward-headers-strategy=framework management.endpoints.web.exposure.include=* @@ -34,6 +34,9 @@ openSearch.host=localhost:9200 openSearch.registryIndex=registry openSearch.registryRefIndex=registry-refs openSearch.timeOutSeconds=60 +# , separated list of the prefixes used in the opensearch indices, +# if none, keep this configuration empty. +openSearch.disciplineNodes= openSearch.CCSEnabled=true openSearch.username=admin openSearch.password=admin