application-dev.yml 434 B

123456789101112
  1. eureka:
  2. instance:
  3. leaseRenewalIntervalInSeconds: 10
  4. health-check-url-path: /actuator/health
  5. status-page-url-path: /actuator/info
  6. metadata-map:
  7. user.name: ${spring.security.user.name}
  8. user.password: ${spring.security.user.password}
  9. client:
  10. registryFetchIntervalSeconds: 5
  11. serviceUrl:
  12. defaultZone: http://${spring.security.user.name}:${spring.security.user.password}@127.0.0.1:9500/eureka/