|
|
@@ -8,15 +8,13 @@ dubbo:
|
|
|
base-packages: cn.reghao.tnb.search.app.rpc
|
|
|
protocol:
|
|
|
name: dubbo
|
|
|
- host: 192.168.0.181
|
|
|
+ host: 192.168.0.11
|
|
|
port: 6107
|
|
|
registry:
|
|
|
group: dubbo
|
|
|
address: zookeeper://192.168.0.209:2181
|
|
|
server:
|
|
|
port: 6007
|
|
|
- tomcat:
|
|
|
- max-http-form-post-size: 4MB
|
|
|
spring:
|
|
|
mvc:
|
|
|
pathmatch:
|
|
|
@@ -33,7 +31,7 @@ spring:
|
|
|
max-lifetime: 1800000
|
|
|
connection-timeout: 30000
|
|
|
connection-test-query: SELECT 1
|
|
|
- url: jdbc:mysql://192.168.0.10/tnb_content_rdb?useSSL=false&useUnicode=true&characterEncoding=UTF-8&serverTimezone=GMT%2b8
|
|
|
+ url: jdbc:mysql://192.168.0.209/tnb_content_tdb?useSSL=false&useUnicode=true&characterEncoding=UTF-8&serverTimezone=GMT%2b8
|
|
|
username: test
|
|
|
password: Test@123456
|
|
|
jpa:
|
|
|
@@ -78,7 +76,7 @@ eureka:
|
|
|
service-url:
|
|
|
defaultZone: http://192.168.0.210:6060/eureka/
|
|
|
es:
|
|
|
- host: 192.168.0.10
|
|
|
+ host: 127.0.0.1
|
|
|
port: 9200
|
|
|
username: elastic
|
|
|
password: VLTtN03SSJ4lsyyg56kf
|