|
@@ -27,13 +27,13 @@ com.qmth.datasource.min-idle=10
|
|
|
# ********** redis config **********
|
|
|
#
|
|
|
com.qmth.redis.host=r-wz9utlnf2gp7hiqoqi.redis.rds.aliyuncs.com
|
|
|
-com.qmth.redis.password=123456
|
|
|
+com.qmth.redis.password=Online_Exam
|
|
|
com.qmth.redis.port=6379
|
|
|
-com.qmth.redis.db=15
|
|
|
+com.qmth.redis.db=16
|
|
|
#
|
|
|
# ********** MQ config **********
|
|
|
#
|
|
|
-rocketmq.name-server=192.168.10.83:9876
|
|
|
+rocketmq.name-server=192.168.5.201:9876;192.168.5.203:9876
|
|
|
rocketmq.producer.group=exam_reserve_producer
|
|
|
rocketmq.consumer.group=exam_reserve_consumer
|
|
|
rocketmq.topic=exam_reserve_topic
|
|
@@ -42,7 +42,7 @@ rocketmq.topic=exam_reserve_topic
|
|
|
#
|
|
|
# ********** file config **********
|
|
|
#
|
|
|
-com.qmth.fss.config=oss://***@apply-file.oss-cn-shenzhen-internal.aliyuncs.com
|
|
|
+com.qmth.fss.config=oss://xxx:xxx@apply-file.oss-cn-shenzhen-internal.aliyuncs.com
|
|
|
com.qmth.fss.server=https://apply-file.qmth.com.cn
|
|
|
#
|
|
|
# ********** sys config **********
|
|
@@ -50,7 +50,7 @@ com.qmth.fss.server=https://apply-file.qmth.com.cn
|
|
|
com.qmth.mybatis.block-attack=false
|
|
|
com.qmth.mybatis.log-level=info
|
|
|
com.qmth.logging.root-level=info
|
|
|
-com.qmth.logging.file-path=logs/exam-reserve.log
|
|
|
+com.qmth.logging.file-path=logs/${server.name}.log
|
|
|
#
|
|
|
# ********** auth config **********
|
|
|
#
|