huodongdong 6 years ago
parent
commit
83d8c08dac
1 changed files with 4 additions and 4 deletions
  1. 4 4
      dev/api-web-dev.properties

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

@@ -3,11 +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=localhost
+#spring.redis.host=r-2ze20a12a3fa8464.redis.rds.aliyuncs.com
+spring.redis.host=localhost
 spring.redis.port=6379
-spring.redis.password=Lingj20170915
-#spring.redis.password=
+#spring.redis.password=Lingj20170915
+spring.redis.password=
 spring.redis.timeout=3000
 spring.redis.pool.max-idle=8
 spring.redis.pool.min-idle=0