application.yaml
392 Bytes
server:
port: 8008
spring:
application:
name: independence
profiles:
active: dev
eureka:
instance:
hostname: localhost
lease-expiration-duration-in-seconds: 60
lease-renewal-interval-in-seconds: 10
client:
service-url:
# defaultZone: http://localhost:8761/eureka/
defaultZone: http://localhost:8761/eureka/,http://localhost:8762/eureka/