|
@@ -17,22 +17,22 @@ eureka.client.registry-fetch-interval-seconds=3
|
|
|
eureka.client.instance-info-replication-interval-seconds=5
|
|
|
eureka.client.initial-instance-info-replication-interval-seconds=5
|
|
|
|
|
|
-eureka.client.serviceUrl.defaultZone=http://192.168.10.240:1111/eureka/
|
|
|
+eureka.client.serviceUrl.defaultZone=http://192.168.1.222:1111/eureka/
|
|
|
|
|
|
#datasource
|
|
|
-dsurl.host=192.168.10.201
|
|
|
-dsurl.port=3309
|
|
|
-dsurl.database=exam_cloud_test
|
|
|
-spring.datasource.username=root
|
|
|
-spring.datasource.password=root
|
|
|
+dsurl.host=192.168.0.54
|
|
|
+dsurl.port=3306
|
|
|
+dsurl.database=examcloud_dengbao
|
|
|
+spring.datasource.username=examcloud_dengbao
|
|
|
+spring.datasource.password=examcloud_dengbao_123
|
|
|
|
|
|
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
|
|
|
|
|
|
#druid
|
|
|
-spring.datasource.druid.initial-size=20
|
|
|
-spring.datasource.druid.min-idle=20
|
|
|
+spring.datasource.druid.initial-size=10
|
|
|
+spring.datasource.druid.min-idle=10
|
|
|
spring.datasource.druid.max-active=350
|
|
|
spring.datasource.druid.max-wait=3000
|
|
|
spring.datasource.druid.validation-query=SELECT 1
|
|
@@ -55,9 +55,9 @@ spring.datasource.druid.stat-view-servlet.reset-enable=true
|
|
|
spring.datasource.druid.stat-view-servlet.login-username=admin
|
|
|
spring.datasource.druid.stat-view-servlet.login-password=admin
|
|
|
|
|
|
-spring.redis.host=192.168.10.139
|
|
|
+spring.redis.host=192.168.0.64
|
|
|
spring.redis.port=6379
|
|
|
-spring.redis.password=123456
|
|
|
+spring.redis.password=examcloud_dengbao:examcloud_dengbao_123
|
|
|
spring.redis.database=9
|
|
|
|
|
|
#log
|
|
@@ -94,9 +94,9 @@ $facepp.faceid.api_key=TJo5okq7Pr-DWgx4VR2XgGnAzbcjgzAb
|
|
|
$facepp.faceid.api_secret=TBlVvS6atjk3JBszaXQ3jHVc8CghfZzQ
|
|
|
|
|
|
#mongodb
|
|
|
-mguri.username=examcloud
|
|
|
-mguri.password=examcloud_123
|
|
|
-mguri.hostAndPortGroup=192.168.10.139:27017
|
|
|
+mguri.username=exam-cloud-dev
|
|
|
+mguri.password=Examcloud123
|
|
|
+mguri.hostAndPortGroup=192.168.0.78:3717
|
|
|
mguri.database=admin
|
|
|
mguri.maxPoolSize=50
|
|
|
spring.data.mongodb.uri=mongodb://${mguri.username}:${mguri.password}@${mguri.hostAndPortGroup}/${mguri.database}?maxPoolSize=${mguri.maxPoolSize}&maxIdleTimeMS=6000
|