blob: 9ba37aa0d58257a6a1240503e3f064f7566c2588 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
CONFIG_HOME=./config
server.port=10692
server.ssl.enabled=true
server.ssl.protocol=TLS
server.ssl.enabled-protocols=TLSv1.2
server.ssl.key-store=${CONFIG_HOME}/auth/tomcat_keystore
server.ssl.client-auth=need
server.ssl.client-cert=${CONFIG_HOME}/auth/client-cert.p12
server.servlet.contextPath=/
uri.authorization.configuration-file=${CONFIG_HOME}/auth/uri-authorization.json
logging.config=${CONFIG_HOME}/logback-spring.xml
spring.profiles.default=secure,cadi
|