admin/src/main/resources/application-dev.yml
2019-12-19 12:19:24 +07:00

22 lines
492 B
YAML

management:
endpoints:
web:
exposure:
include: '*'
endpoint:
health:
show-components: always
show-details: always
spring:
boot:
admin:
ui:
title: CUBETIQ Application Server
client:
enabled: true
url: http://localhost:7658
data:
mongodb:
uri: mongodb://192.168.0.150/admin
application:
name: admin