f291372d987334865656105aeb0fe553c0c04847
[aaf/cadi.git] / sidecar / rproxy / src / main / resources / application.properties
1 CONFIG_HOME=./config
2
3 server.port=10692
4
5 server.ssl.enabled=true
6 server.ssl.protocol=TLS
7 server.ssl.enabled-protocols=TLSv1.2
8 server.ssl.key-store=${CONFIG_HOME}/auth/tomcat_keystore
9 server.ssl.client-auth=need
10
11 server.ssl.client-cert=${CONFIG_HOME}/auth/client-cert.p12
12
13 server.servlet.contextPath=/
14
15 uri.authorization.configuration-file=${CONFIG_HOME}/auth/uri-authorization.json
16
17 logging.config=${CONFIG_HOME}/logback-spring.xml
18
19 spring.profiles.default=secure,cadi
20
21 # For Spring Boot Actuator endpoints
22 management.endpoints.web.base-path=/rproxy