BAEL-315 adding some changes to properties files to allow for access to the discovery server.
This commit is contained in:
parent
70c342d4d1
commit
876710fa22
|
@ -4,8 +4,8 @@ server.port=8082
|
|||
eureka.instance.hostname=localhost
|
||||
|
||||
eureka.client.serviceUrl.defaultZone=http://discUser:discPassword@localhost:8082/eureka/
|
||||
eureka.client.register-with-eureka=true
|
||||
eureka.client.register-with-eureka=false
|
||||
eureka.client.fetch-registry=false
|
||||
|
||||
spring.redis.host=localhost
|
||||
spring.redis.port=6379
|
||||
spring.redis.port=6379
|
|
@ -12,6 +12,7 @@ hystrix.command.resource.execution.isolation.thread.timeoutInMilliseconds=600000
|
|||
|
||||
zuul.routes.discovery.path=/discovery/**
|
||||
zuul.routes.discovery.sensitive-headers=Set-Cookie,Authorization
|
||||
zuul.routes.discovery.url=http://localhost:8082
|
||||
hystrix.command.discovery.execution.isolation.thread.timeoutInMilliseconds=600000
|
||||
|
||||
logging.level.org.springframework.web.=debug
|
||||
|
|
Loading…
Reference in New Issue