BAEL-315 Setting the discovery service to register with itself to make poxying with zuul possible.
This commit is contained in:
parent
9255a8390d
commit
1bca57e6fd
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue