From 9f8ebd48c0784e94d8ebed632741c72df54e6541 Mon Sep 17 00:00:00 2001 From: Dave Syer Date: Thu, 23 Oct 2014 06:56:49 -0700 Subject: [PATCH] Update docs and tests for /eureka path --- spring-cloud-cli/src/test/resources/application.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spring-cloud-cli/src/test/resources/application.yml b/spring-cloud-cli/src/test/resources/application.yml index ab78716..1590966 100644 --- a/spring-cloud-cli/src/test/resources/application.yml +++ b/spring-cloud-cli/src/test/resources/application.yml @@ -9,7 +9,7 @@ eureka: waitTimeInMsWhenSyncEmpty: 1000 client: serviceUrl: - defaultZone: http://localhost:8080/v2/ - default.defaultZone: http://localhost:8080/v2/ + defaultZone: http://localhost:8080/eureka/api/ + default.defaultZone: http://localhost:8080/eureka/api/ registerWithEureka: false fetchRegistry: false \ No newline at end of file