huodongdong 6 년 전
부모
커밋
83d8c08dac
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  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