BAEL-315 Setting the discovery service to register with itself to make poxying with zuul possible.

This commit is contained in:
Tim Schimandle 2016-10-18 21:38:18 -06:00
parent 9255a8390d
commit 1bca57e6fd
1 changed files with 1 additions and 1 deletions

View File

@ -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