|
@@ -6,3 +6,15 @@ zuul.routes.api-a.service-id=product-service
|
|
|
zuul.routes.api-b.path=/api-user/**
|
|
|
zuul.routes.api-b.service-id=user-service
|
|
|
|
|
|
+## redis ÅäÖÃ
|
|
|
+spring.redis.host=127.0.0.1
|
|
|
+spring.redis.hostName=127.0.0.1
|
|
|
+spring.redis.port=6009
|
|
|
+spring.redis.password=
|
|
|
+spring.redis.timeout=3000
|
|
|
+spring.redis.pool.max-idle=8
|
|
|
+spring.redis.pool.min-idle=0
|
|
|
+spring.redis.pool.max-active=8
|
|
|
+spring.redis.pool.max-wait=-1
|
|
|
+spring.redis.key.prefix= web.zuul
|
|
|
+
|