try new hostname setting
Signed-off-by: Peter Siegmund <developer@mars3142.org>
This commit is contained in:
@@ -5,7 +5,7 @@ eureka:
|
|||||||
service-url:
|
service-url:
|
||||||
defaultZone: http://eureka-service.web:8761/eureka
|
defaultZone: http://eureka-service.web:8761/eureka
|
||||||
instance:
|
instance:
|
||||||
instanceId: ${spring.application.name}:${spring.application.instance_id:${random.value}}
|
hostname: ${HOSTNAME:${spring.application.name}:${spring.application.instance_id:${random.value}}}
|
||||||
|
|
||||||
info:
|
info:
|
||||||
application:
|
application:
|
||||||
|
Reference in New Issue
Block a user