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

riosdata.cid10.cid-busca.1.0.1.source-code.application-https.properties Maven / Gradle / Ivy

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