From 1bca57e6fdb0cb09c62cd63f7b1c586d9b9369a5 Mon Sep 17 00:00:00 2001 From: Tim Schimandle Date: Tue, 18 Oct 2016 21:38:18 -0600 Subject: [PATCH] BAEL-315 Setting the discovery service to register with itself to make poxying with zuul possible. --- .../application-config/discovery.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-cloud/spring-cloud-bootstrap/application-config/discovery.properties b/spring-cloud/spring-cloud-bootstrap/application-config/discovery.properties index 46f475208b..aeffba2607 100644 --- a/spring-cloud/spring-cloud-bootstrap/application-config/discovery.properties +++ b/spring-cloud/spring-cloud-bootstrap/application-config/discovery.properties @@ -4,7 +4,7 @@ server.port=8082 eureka.instance.hostname=localhost eureka.client.serviceUrl.defaultZone=http://discUser:discPassword@localhost:8082/eureka/ -eureka.client.register-with-eureka=false +eureka.client.register-with-eureka=true eureka.client.fetch-registry=false spring.redis.host=localhost