
riosdata.cid10.cid-busca.1.0.1.source-code.application-https.properties Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cid-busca Show documentation
Show all versions of cid-busca Show documentation
Microserviço para acesso ao conteúdo da CID-10
The newest version!
security.ignored=/**
management.security.enabled=false
# Deve ser utilizado com cuidado em produção
management.endpoints.web.exposure.include=info,health,loggers,env
# Define a custom port instead of the default 8080
server.port=8443
# Tell Spring Security (if used) to require requests over HTTPS
security.require-ssl=true
# The format used for the keystore
server.ssl.key-store-type=PKCS12
# The path to the keystore containing the certificate
server.ssl.key-store=classpath:keystore.p12
# The password used to generate the certificate
server.ssl.key-store-password=${SPRING_BOOT_KEYSTORE_PASSWORD}
# The alias mapped to the certificate
server.ssl.key-alias=tomcat
© 2015 - 2025 Weber Informatics LLC | Privacy Policy