registry-api.registry-api-service.1.5.0.source-code.application.properties.aws Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of registry-api-service Show documentation
Show all versions of registry-api-service Show documentation
Registry API Service contributing to the PDS Federated Search API
server.contextPath=/
server.port=80
server.use-forward-headers=true
springdoc.swagger-ui.enabled=true
springdoc.swagger-ui.path=index.html
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.pathsToMatch=/**
server.forward-headers-strategy=framework
management.endpoints.web.exposure.include=*
spring.jackson.serialization.WRITE_DATES_AS_TIMESTAMPS=false
debug=true
logging.level.root = DEBUG
logging.level.gov.nasa.pds.api.registry.opensearch = DEBUG
server.ssl.enabled=false
server.ssl.key-alias=registry
server.ssl.key-store-password=
server.ssl.key-store=classpath:keystore.p12
server.ssl.key-store-type=PKCS12
## note the port is mandatory even when it is default :80 or :443
openSearch.host=
openSearch.registryIndex=registry
openSearch.registryRefIndex=registry-refs
openSearch.timeOutSeconds=60
openSearch.username=
openSearch.password=
openSearch.ssl=true
# Only show products with following archive statuses
filter.archiveStatus=archived,certified
# source version - this needs to be manually updated for AWS ECR docker images
registry.service.version=1.4.1