bootstrap.yml 185 Bytes
Newer Older
1 2
eureka:
  instance:
3
    hostname: ${hostname:localhost}
4 5
  client:
    serviceUrl:
Yiming Liu committed
6
      defaultZone: http://${eureka.instance.hostname}:8080/eureka/
7
    healthcheck:
8
      enabled: true