|
@@ -2,7 +2,7 @@
|
|
|
eureka.client.service-url.defaultZone=http://discovery.rankin.com:8821/eureka/
|
|
|
|
|
|
## redis 配置
|
|
|
-spring.redis.host= r-2ze3b84e6309c7d4.redis.rds.aliyuncs.com
|
|
|
+spring.redis.host=r-2ze3b84e6309c7d4.redis.rds.aliyuncs.com
|
|
|
spring.redis.port=6379
|
|
|
spring.redis.password=Lingj20170915
|
|
|
spring.redis.timeout=3000
|
|
@@ -11,3 +11,6 @@ spring.redis.pool.min-idle=0
|
|
|
spring.redis.pool.max-active=8
|
|
|
spring.redis.pool.max-wait=-1
|
|
|
spring.redis.key.prefix=api/web
|
|
|
+
|
|
|
+# header ignore path
|
|
|
+request.header.ignore_path=/token,
|