Browse Source

modified redis dev config

huodongdong 7 years atrás
parent
commit
9e380ea7ec
1 changed files with 4 additions and 2 deletions
  1. 4 2
      dev/api-web-dev.properties

+ 4 - 2
dev/api-web-dev.properties

@@ -3,9 +3,11 @@ eureka.client.service-url.defaultZone=http://discovery.rankin.com:8821/eureka/
 request.header.ignore_path=token
 
 ## redis 配置
-spring.redis.host=r-2ze20a12a3fa8464.redis.rds.aliyuncs.com
+#spring.redis.host=r-2ze20a12a3fa8464.redis.rds.aliyuncs.com
+spring.redis.host=localhost
 spring.redis.port=6379
-spring.redis.password=Lingj20170915
+#spring.redis.password=Lingj20170915
+spring.redis.password=
 spring.redis.timeout=3000
 spring.redis.pool.max-idle=8
 spring.redis.pool.min-idle=0