|
@@ -1,5 +1,6 @@
|
|
|
logging.config=classpath:logback-test.xml
|
|
|
-spring.datasource.url=jdbc:mysql://192.168.2.152:3306/aijia?useUnicode=true&characterEncoding=utf8&characterSetResults=utf8&useSSL=false&rewriteBatchedStatements=true&serverTimezone=Asia/Shanghai
|
|
|
+spring.datasource.url=jdbc:mysql://172.18.106.198:3306/aijia?useUnicode=true&characterEncoding=utf8&characterSetResults=utf8&useSSL=false&rewriteBatchedStatements=true&serverTimezone=Asia/Shanghai
|
|
|
+#characterEncoding=utf8&useSSL=false&serverTimezone=UTC
|
|
|
spring.datasource.username=aijia
|
|
|
spring.datasource.password=SSJ1QAZxsw2!@
|
|
|
|
|
@@ -44,8 +45,8 @@ spring.data.mongodb.option.heartbeat-frequency=10000
|
|
|
spring.data.mongodb.option.local-threshold=15
|
|
|
|
|
|
#spring.redis.cluster.nodes=120.79.157.115:6379
|
|
|
-spring.redis.cluster.nodes=192.168.2.117:7000,192.168.2.117:7001,192.168.2.117:7002,192.168.2.117:7003,192.168.2.117:7004,192.168.2.117:7005
|
|
|
-spring.redis.password=aijia@78342
|
|
|
+spring.redis.cluster.nodes=172.18.30.192:6380,172.18.30.192:6381,172.18.30.192:6382,172.18.30.192:6383,172.18.30.192:6384,172.18.30.192:6385
|
|
|
+spring.redis.password=dc1qazxsw2!@
|
|
|
spring.redis.database=0
|
|
|
spring.redis.timeout=3000
|
|
|
spring.redis.block-when-exhausted=true
|
|
@@ -58,7 +59,7 @@ spring.redis.cluster.pool.min-idle=0
|
|
|
|
|
|
spring.jmx.enabled=false
|
|
|
|
|
|
-spring.rabbitmq.host=192.168.2.117
|
|
|
+spring.rabbitmq.host=172.18.30.192
|
|
|
spring.rabbitmq.port=5672
|
|
|
spring.rabbitmq.username=guest
|
|
|
spring.rabbitmq.password=guest
|
|
@@ -67,14 +68,14 @@ spring.rabbitmq.publisher-returns=true
|
|
|
|
|
|
|
|
|
dubbo.registry.id=ssj-dubbo-registry
|
|
|
-dubbo.registry.address=zookeeper://120.79.192.45:2181
|
|
|
+dubbo.registry.address=zookeeper://39.108.210.183:2181
|
|
|
dubbo.protocol.serialization=java
|
|
|
dubbo.protocol.name=dubbo
|
|
|
dubbo.protocol.port=-1
|
|
|
dubbo.consumer.timeout=50000
|
|
|
|
|
|
|
|
|
-spring.elasticsearch.cluster.host=192.168.2.152
|
|
|
+spring.elasticsearch.cluster.host=172.18.106.198
|
|
|
spring.elasticsearch.cluster.port=9200
|
|
|
spring.elasticsearch.cluster.scheme=http
|
|
|
spring.elasticsearch.cluster.username=elastic
|