wangliang 4 rokov pred
rodič
commit
019b408607

+ 4 - 4
teachcloud-report/src/main/resources/application-release.properties

@@ -17,10 +17,10 @@ db.username=wdfx
 db.password=qmth_wdfx
 
 #redis\u6570\u636E\u6E90\u914D\u7F6E
-redis.host=qmth-redis2.redis.rds.aliyuncs.com
-redis.database=9
-redis.port=6379
-redis.password=wdfx_redis:Wdfx_redis
+com.qmth.redis.host=qmth-redis2.redis.rds.aliyuncs.com
+com.qmth.redis.db=9
+com.qmth.redis.port=6379
+com.qmth.redis.password=wdfx_redis:Wdfx_redis
 
 #mysql\u914D\u7F6E
 com.qmth.mysql.url=jdbc:mysql://${db.host}:${db.port}/${db.name}?serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=UTF-8