22 lines
304 B
YAML
22 lines
304 B
YAML
server:
|
|
port: ${pcp.ports.admin:38889}
|
|
|
|
spring:
|
|
boot:
|
|
admin:
|
|
client:
|
|
enabled: false
|
|
|
|
management:
|
|
endpoints:
|
|
web:
|
|
exposure:
|
|
include: health,info,env,metrics
|
|
endpoint:
|
|
health:
|
|
show-details: always
|
|
|
|
logging:
|
|
level:
|
|
de.codecentric.boot.admin: INFO
|