I am going through this tutorial and I am not conversant with the following part of the configuration: defaultZone: ${EUREKA_SERVICE_URL:http://localhost:8761}/eureka/
eureka:
instance:
leaseRenewalIntervalInSeconds: 10
client:
registryFetchIntervalSeconds: 5
serviceUrl:
defaultZone: ${EUREKA_SERVICE_URL:http://localhost:8761}/eureka/
Why do we have ${EUREKA_SERVICE_URL:http://localhost:8761}
instead of just http://localhost:8761/eureka/