Showing
1 changed file
with
6 additions
and
9 deletions
1 | canal: | 1 | canal: |
2 | - singleSocketAddress: "192.168.102.10" | ||
3 | - singleSocketPort: 20211 | 2 | + singleSocketAddress: yoho-canal |
3 | + singleSocketPort: 11111 | ||
4 | canalInstance: | 4 | canalInstance: |
5 | - name: "yhgrass" | 5 | - name: "yhgrass" |
6 | destination: "yhgrass" | 6 | destination: "yhgrass" |
7 | + dbname: "yh_grass" | ||
7 | username: "" | 8 | username: "" |
8 | password: "" | 9 | password: "" |
9 | - filter: "yh_grass.grass_article_praise" | ||
10 | fetchSize: "1000" | 10 | fetchSize: "1000" |
11 | zkAddress: "" | 11 | zkAddress: "" |
12 | 12 | ||
13 | rabbitmq: | 13 | rabbitmq: |
14 | - server: "192.168.102.216" | 14 | + server: yohoops-rabbit-common-service |
15 | port: 5672 | 15 | port: 5672 |
16 | - username: "admin1" | ||
17 | - password: "123qwe" | 16 | + username: "yhb_mq" |
17 | + password: "yhb_mq" | ||
18 | exchange: "yoho_datasync" | 18 | exchange: "yoho_datasync" |
19 | virtualHost: "/datasync" | 19 | virtualHost: "/datasync" |
20 | 20 | ||
21 | logging: | 21 | logging: |
22 | config: classpath:logback-boot.xml | 22 | config: classpath:logback-boot.xml |
23 | - | ||
24 | -server: | ||
25 | - port: 8011 |
-
Please register or login to post a comment