blob: 5c2dffbc87189fc7ab313a0455235896953e817b [file] [log] [blame]
CONFIG_HOME=./config
server.port=10692
server.ssl.enabled=true
server.ssl.protocol=TLS
server.ssl.enabled-protocols=TLSv1.2
server.ssl.key-store=${CONFIG_HOME}/auth/tomcat_keystore
server.ssl.client-auth=want
server.ssl.client-cert=${CONFIG_HOME}/auth/client-cert.p12
server.servlet.contextPath=/
uri.authorization.configuration-file=${CONFIG_HOME}/auth/uri-authorization.json
logging.config=${CONFIG_HOME}/logback-spring.xml
spring.profiles.default=secure,cadi