|
@@ -15,25 +15,25 @@ server.tomcat.connection-timeout=60000
|
|
#
|
|
#
|
|
# ********** mysql config **********
|
|
# ********** mysql config **********
|
|
#
|
|
#
|
|
-db.host=192.168.10.136
|
|
|
|
-db.port=3307
|
|
|
|
-db.database=exam_reserve_db
|
|
|
|
-com.qmth.datasource.username=exam_reserve_db
|
|
|
|
-com.qmth.datasource.password=exam_reserve_db
|
|
|
|
|
|
+db.host=192.168.10.83
|
|
|
|
+db.port=3306
|
|
|
|
+db.database=exam_reserve_test
|
|
|
|
+com.qmth.datasource.username=exam_reserve_test
|
|
|
|
+com.qmth.datasource.password=exam_reserve_test
|
|
com.qmth.datasource.url=jdbc:mysql://${db.host}:${db.port}/${db.database}?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=GMT%2b8&rewriteBatchedStatements=true
|
|
com.qmth.datasource.url=jdbc:mysql://${db.host}:${db.port}/${db.database}?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=GMT%2b8&rewriteBatchedStatements=true
|
|
com.qmth.datasource.max-pool-size=200
|
|
com.qmth.datasource.max-pool-size=200
|
|
com.qmth.datasource.min-idle=10
|
|
com.qmth.datasource.min-idle=10
|
|
#
|
|
#
|
|
# ********** redis config **********
|
|
# ********** redis config **********
|
|
#
|
|
#
|
|
-com.qmth.redis.host=192.168.10.136
|
|
|
|
|
|
+com.qmth.redis.host=192.168.10.83
|
|
com.qmth.redis.password=123456
|
|
com.qmth.redis.password=123456
|
|
com.qmth.redis.port=6379
|
|
com.qmth.redis.port=6379
|
|
-com.qmth.redis.db=16
|
|
|
|
|
|
+com.qmth.redis.db=14
|
|
#
|
|
#
|
|
# ********** MQ config **********
|
|
# ********** MQ config **********
|
|
#
|
|
#
|
|
-rocketmq.name-server=192.168.10.139:5672
|
|
|
|
|
|
+rocketmq.name-server=192.168.10.83:9876
|
|
rocketmq.producer.group=exam_reserve_producer
|
|
rocketmq.producer.group=exam_reserve_producer
|
|
rocketmq.consumer.group=exam_reserve_consumer
|
|
rocketmq.consumer.group=exam_reserve_consumer
|
|
rocketmq.topic=exam_reserve_topic
|
|
rocketmq.topic=exam_reserve_topic
|