aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/resources/application.properties
blob: a9057933915f5324a9541c27332fdd6cf85a8a4e (plain)
1
2
3
4
5
6
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
spring.main.allow-bean-definition-overriding=true