8 lines
247 B
YAML
8 lines
247 B
YAML
eureka:
|
|
instance:
|
|
hostname: localhost
|
|
prefer-ip-address: true
|
|
instance-id: ${spring.application.name}-${eureka.instance.hostname}-${random.uuid}-${datetime}
|
|
client:
|
|
service-url:
|
|
defaultZone: http://localhost:35670/eureka/ |