[AAI] Service Mesh compatibility
[oom.git] / kubernetes / aai / components / aai-babel / resources / config / application.properties
1 server.port=9516
2 {{ if ( include "common.needTLS" .) }}
3 server.ssl.key-store=${CONFIG_HOME}/auth/tomcat_keystore
4 server.ssl.client-auth=need
5 {{ else }}
6 security.require-ssl=false
7 server.ssl.enabled=false
8 {{ end }}
9
10 server.servlet.context-path=/services/babel-service
11
12 logging.config=${CONFIG_HOME}/logback.xml
13
14 tosca.mappings.config=${CONFIG_HOME}/tosca-mappings.json