Skip to content

Commit

Permalink
Merge pull request #523 from NASA-PDS/fix_swagger_page
Browse files Browse the repository at this point in the history
Update application.properties for latest code
  • Loading branch information
jordanpadams committed Aug 8, 2024
2 parents ff3d17b + 4480ce8 commit bd1eaea
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion service/src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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=*
Expand All @@ -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
Expand Down

0 comments on commit bd1eaea

Please sign in to comment.