|
@@ -6,11 +6,11 @@ spring.jackson.date-format=yyyy-MM-dd HH:mm:ss
|
|
|
spring.jackson.time-zone=GMT+8
|
|
|
|
|
|
#datasource
|
|
|
-dsurl.host=qmth-db4.mysql.rds.aliyuncs.com
|
|
|
+dsurl.host=qmth-db1.mysql.rds.aliyuncs.com
|
|
|
dsurl.port=3306
|
|
|
-dsurl.database=exam_cloud_test
|
|
|
-spring.datasource.username=exam_cloud_test
|
|
|
-spring.datasource.password=Examcloud123
|
|
|
+dsurl.database=exam_cloud
|
|
|
+spring.datasource.username=exam_cloud_view
|
|
|
+spring.datasource.password=dldkfs-596zcv-WslCv5
|
|
|
spring.datasource.url=jdbc:mysql://${dsurl.host}:${dsurl.port}/${dsurl.database}?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=GMT%2b8&rewriteBatchedStatements=true
|
|
|
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
|
|
|
spring.datasource.type=com.alibaba.druid.pool.DruidDataSource
|
|
@@ -28,9 +28,9 @@ spring.datasource.druid.test-on-return=false
|
|
|
spring.datasource.druid.test-while-idle=true
|
|
|
|
|
|
#mongodb
|
|
|
-mguri.hostAndPortGroup=dds-wz972dde5d2d78e433270.mongodb.rds.aliyuncs.com:3717
|
|
|
-mguri.username=exam-cloud-dev
|
|
|
-mguri.password=Examcloud123
|
|
|
+mguri.hostAndPortGroup=dds-wz93958e4b3d8b141100.mongodb.rds.aliyuncs.com:3717
|
|
|
+mguri.username=reader
|
|
|
+mguri.password=vqd2uq-5zuxcm-ge4fn3
|
|
|
mguri.database=admin
|
|
|
spring.data.mongodb.uri=mongodb://${mguri.username}:${mguri.password}@${mguri.hostAndPortGroup}/${mguri.database}
|
|
|
spring.data.mongodb.grid-fs-database=examcloud-core-oe
|
|
@@ -43,10 +43,10 @@ spring.redis.database=0
|
|
|
spring.redis.password=jkhm45-UO8rFc-q2Eb90
|
|
|
|
|
|
#exchange
|
|
|
-qmth.rootOrgId=0
|
|
|
-qmth.secretKey=123456
|
|
|
-qmth.appId=11
|
|
|
-qmth.server.host=192.168.1.91
|
|
|
+qmth.rootOrgId=17196
|
|
|
+qmth.secretKey=lkjfjnioeweJI9IOnifasfe
|
|
|
+qmth.appId=jhun
|
|
|
+qmth.server.host=ecs.qmth.com.cn
|
|
|
qmth.server.port=8007
|
|
|
|
|
|
#fixParam's path
|