DO288-apps/camel-timer/src/main/resources/application.properties
2019-05-23 13:13:16 -04:00

15 lines
No EOL
509 B
Properties

logging.config=classpath:logback.xml
# the options from org.apache.camel.spring.boot.CamelConfigurationProperties can be configured here
camel.springboot.name=MyCamel
# lets listen on all ports to ensure we can be invoked from the pod IP
server.address=0.0.0.0
management.address=0.0.0.0
# lets use a different management port in case you need to listen to HTTP requests on 8080
management.port=8081
# disable all management enpoints except health
endpoints.enabled = false
endpoints.health.enabled = true