2016-09-02 01:33:43 -04:00
|
|
|
spring.application.name=discovery
|
|
|
|
server.port=8082
|
|
|
|
|
|
|
|
eureka.instance.hostname=localhost
|
|
|
|
|
2016-10-04 12:05:49 -04:00
|
|
|
eureka.client.serviceUrl.defaultZone=http://discUser:discPassword@localhost:8082/eureka/
|
2016-10-20 00:57:57 -04:00
|
|
|
eureka.client.register-with-eureka=false
|
2016-09-02 01:33:43 -04:00
|
|
|
eureka.client.fetch-registry=false
|
2016-10-18 20:44:43 -04:00
|
|
|
|
|
|
|
spring.redis.host=localhost
|
2016-10-20 00:57:57 -04:00
|
|
|
spring.redis.port=6379
|