c.spring-boot-admin-sample-hazelcast.3.3.4.source-code.application.yml Maven / Gradle / Ivy
---
logging:
file:
name: "target/boot-admin-sample-hazelcast.log"
management:
endpoints:
web:
exposure:
include: "*"
endpoint:
health:
show-details: ALWAYS
spring:
application:
name: spring-boot-admin-sample-hazelcast
boot:
admin:
client:
url: http://localhost:${server.port:8080}
profiles:
active:
- insecure