bootstrap.yml 180 B

12345678
  1. eureka:
  2. instance:
  3. hostname: ${hostname:localhost}
  4. client:
  5. serviceUrl:
  6. defaultZone: http://${eureka.instance.hostname}/eureka/
  7. healthcheck:
  8. enabled: true