aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/resources/application.properties
blob: 1227ded056291d56a7c4ee2341e624232465d99a (plain)
1
2
3
4
5
camel.springboot.xmlRoutes=file:${DYNAMIC_ROUTES}/*.route
server.ssl.key-store=file:${CONFIG_HOME}/auth/tomcat_keystore
server.ssl.enabled=true
server.port=9502
server.ssl.enabled-protocols=TLSv1.1,TLSv1.2