discovery.yml
297 Bytes
server:
port: 15200
spring:
profiles: development
endpoints:
restart:
enabled: true
shutdown:
enabled: true
health:
sensitive: false
---
spring:
profiles: production
endpoints:
restart:
enabled: true
shutdown:
enabled: true
health:
sensitive: false