|
|
@@ -1,31 +0,0 @@
|
|
|
-dubbo:
|
|
|
- registry:
|
|
|
- address: zookeeper://192.168.0.170:2181
|
|
|
-spring:
|
|
|
- cloud:
|
|
|
- discovery:
|
|
|
- enabled: true
|
|
|
- zookeeper:
|
|
|
- connect-string: 192.168.0.170:2181
|
|
|
- data:
|
|
|
- mongodb:
|
|
|
- host: 192.168.0.170
|
|
|
- database: "tnb_content_tdb"
|
|
|
- authentication-database: admin
|
|
|
- username: test
|
|
|
- password: Test@123456
|
|
|
- redis:
|
|
|
- database: 0
|
|
|
- host: 192.168.0.170
|
|
|
- port: 6379
|
|
|
- password: Test@123456
|
|
|
- datasource:
|
|
|
- url: jdbc:mysql://192.168.0.170:3306/tnb_content_tdb?useSSL=false&useUnicode=true&characterEncoding=UTF-8&serverTimezone=GMT%2b8
|
|
|
- username: test
|
|
|
- password: Test@123456
|
|
|
- rabbitmq:
|
|
|
- host: 192.168.0.170
|
|
|
- port: 5672
|
|
|
- virtual-host: /
|
|
|
- username: test
|
|
|
- password: Test@123456
|