|
|
@@ -0,0 +1,13 @@
|
|
|
+eureka:
|
|
|
+ instance:
|
|
|
+ leaseRenewalIntervalInSeconds: 10
|
|
|
+ health-check-url-path: /actuator/health
|
|
|
+ status-page-url-path: /actuator/info
|
|
|
+ prefer-ip-address: true
|
|
|
+ metadata-map:
|
|
|
+ user.name: ${spring.security.user.name}
|
|
|
+ user.password: ${spring.security.user.password}
|
|
|
+ client:
|
|
|
+ registryFetchIntervalSeconds: 5
|
|
|
+ serviceUrl:
|
|
|
+ defaultZone: http://${spring.security.user.name}:${spring.security.user.password}@127.0.0.1:8500/eureka/
|