application.yaml 395 Bytes
server:
  port: 8081

spring:
  application:
    name: zkAtt-server

eureka:
  instance:
    hostname: localhost
    lease-expiration-duration-in-seconds: 60
    lease-renewal-interval-in-seconds: 10
  client:
    service-url:
#      defaultZone: http://localhost:8761/eureka/,http://localhost:8762/eureka/
      defaultZone: http://121.40.109.21:8761/eureka/,http://121.40.109.21:8762/eureka/