blob: 9ba37aa0d58257a6a1240503e3f064f7566c2588 [file] [log] [blame]
Lee, Tian (tl5884)0d7feec2018-09-20 12:27:40 +01001CONFIG_HOME=./config
2
3server.port=10692
4
5server.ssl.enabled=true
6server.ssl.protocol=TLS
7server.ssl.enabled-protocols=TLSv1.2
8server.ssl.key-store=${CONFIG_HOME}/auth/tomcat_keystore
9server.ssl.client-auth=need
10
11server.ssl.client-cert=${CONFIG_HOME}/auth/client-cert.p12
12
13server.servlet.contextPath=/
14
15uri.authorization.configuration-file=${CONFIG_HOME}/auth/uri-authorization.json
16
17logging.config=${CONFIG_HOME}/logback-spring.xml
18
Lee, Tian (tl5884)0d9b3892018-10-01 16:24:47 +010019spring.profiles.default=secure,cadi