You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 regels
324 B

  1. eureka:
  2. instance:
  3. hostname: eureka
  4. prefer-ip-address: false
  5. server:
  6. enable-self-preservation: false
  7. eviction-interval-timer-in-ms: 4000
  8. client:
  9. register-with-eureka: false
  10. fetch-registry: false
  11. serviceUrl:
  12. defaultZone: http://eureka:1101/eureka/
  13. logging:
  14. level:
  15. root: info