aboutsummaryrefslogtreecommitdiffstats
path: root/sidecar/fproxy/src/main/resources/application.properties
blob: 47717b7b4b9d62410beb404bb5a2642ec2ba791a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
CONFIG_HOME=config

server.port=10680
server.ssl.key-store=${CONFIG_HOME}/auth/tomcat_keystore
server.ssl.trust-store=${CONFIG_HOME}/auth/fproxy_truststore

server.ssl.client-cert=${CONFIG_HOME}/auth/client-cert.p12
server.ssl.client-cert-password=OBF:1y0q1uvc1uum1uvg1pil1pjl1uuq1uvk1uuu1y10
server.ssl.client-auth=want

server.servlet.context-path=/

logging.config=${CONFIG_HOME}/logback-spring.xml

spring.profiles.active=secure