2fb9396fc71109590efd7e9dcb137e4b51bbca1d
[aaf/cadi.git] / sidecar / fproxy / src / main / resources / application.properties
1 CONFIG_HOME=config
2
3 server.port=10680
4 server.ssl.key-store=${CONFIG_HOME}/auth/tomcat_keystore
5 server.ssl.client-cert=${CONFIG_HOME}/auth/client-cert.p12
6 server.ssl.client-cert-password=OBF:1y0q1uvc1uum1uvg1pil1pjl1uuq1uvk1uuu1y10
7 server.ssl.client-auth=want
8
9 server.servlet.context-path=/
10
11 logging.config=${CONFIG_HOME}/logback-spring.xml
12
13 spring.profiles.active=secure