Fix NexusIQ security vulnerabilities
[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-auth=need
7
8 server.contextPath=/
9
10 logging.config=${CONFIG_HOME}/logback-spring.xml
11
12 spring.profiles.active=secure