linxk il y a 3 jours
Parent
commit
640f03a064
1 fichiers modifiés avec 3 ajouts et 3 suppressions
  1. 3 3
      backstage-service/src/main/resources/bootstrap.properties

+ 3 - 3
backstage-service/src/main/resources/bootstrap.properties

@@ -114,16 +114,16 @@ spring.messages.cache-duration=0
 
 dev.redis=124.220.229.80
 pro.redis=172.23.247.205
-pro2.redis=172.23.247.205
+pro2.redis=r-gs5nqh2z2uwhw49qas.redis.singapore.rds.aliyuncs.com
 
 dev.redis.password=mypassword
 pro.redis.password=mypassword
-pro2.redis.password=mypassword
+pro2.redis.password=
 ##??redis
 spring.redis.database=0
 spring.redis.host=${${spring.profiles.active}.redis}
 spring.redis.port=6379
-spring.redis.password=
+spring.redis.password=${${spring.profiles.active}.redis.password}
 spring.redis.pool.max-active=100
 spring.redis.pool.max-wait=30
 spring.redis.pool.max-idle=200