MicroservicesTutorial/config-data/car-service.yml

10 lines
200 B
YAML

server:
port: 8002
eureka:
client:
fetch-registry: true
register-with-eureka: true
service-url:
default-zone: http://localhost:8761/eureka
instance:
hostname: localhost