Lee, Tian (tl5884) | 0d7feec | 2018-09-20 12:27:40 +0100 | [diff] [blame] | 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 |
Ravi Geda | d0af692 | 2018-10-15 11:30:29 +0100 | [diff] [blame] | 9 | server.ssl.client-auth=want |
Lee, Tian (tl5884) | 0d7feec | 2018-09-20 12:27:40 +0100 | [diff] [blame] | 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 | |
Lee, Tian (tl5884) | 0d9b389 | 2018-10-01 16:24:47 +0100 | [diff] [blame] | 19 | spring.profiles.default=secure,cadi |