fix configuration
Signed-off-by: Peter Siegmund <developer@mars3142.org>
This commit is contained in:
@@ -5,5 +5,3 @@ eureka:
|
|||||||
client:
|
client:
|
||||||
service-url:
|
service-url:
|
||||||
defaultZone: http://localhost:8761/eureka
|
defaultZone: http://localhost:8761/eureka
|
||||||
instance:
|
|
||||||
instanceId: ${spring.application.name}:${spring.application.instance_id:${random.value}}
|
|
||||||
|
@@ -22,3 +22,5 @@ eureka:
|
|||||||
fetch-registry: true
|
fetch-registry: true
|
||||||
service-url:
|
service-url:
|
||||||
defaultZone: http://eureka-service.web:8761/eureka
|
defaultZone: http://eureka-service.web:8761/eureka
|
||||||
|
instance:
|
||||||
|
instanceId: ${spring.application.name}:${spring.application.instance_id:${random.value}}
|
||||||
|
Reference in New Issue
Block a user