All Downloads are FREE. Search and download functionalities are using the official Maven repository.

registry-api.registry-api-service.1.5.0.source-code.application.properties Maven / Gradle / Ivy

There is a newer version: 4.5.6
Show newest version
server.contextPath=/
server.port=8080
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.controllers	
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
log4j.logger.org.springframework=DEBUG
logging.level.gov.nasa.pds.api.registry.opensearch = DEBUG
logging.level.org.apache.hc.client5.http.wire = INFO
logging.level.org.apache.http.wire = INFO

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=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
openSearch.ssl=true
# use only for development purpose, left it to true otherwise
openSearch.sslCertificateCNVerification=true

# Only show products with following archive statuses
filter.archiveStatus=archived,certified

# source version from maven
# need to be updated with actual value when runs outside of maven
[email protected]@




© 2015 - 2024 Weber Informatics LLC | Privacy Policy