application-dev.yml 590 Bytes
canal:
  singleSocketAddress: "192.168.102.10"
  singleSocketPort: 20211
  canalInstance:
    - name: "yhgrass"
      destination: "yhgrass"
      username: ""
      password: ""
      filter: "yh_grass.grass_article_praise, yh_grass.grass_article_block, yh_grass.grass_article, yh_grass.grass_article_comment, yh_grass.grass_article_label, yh_grass.grass_article_product"
      fetchSize: "1000"
      zkAddress: ""

rabbitmq:
  server: "192.168.102.216"
  port: 5672
  username: "admin1"
  password: "123qwe"
  exchange: "yoho_datasync"
  virtualHost: "/datasync"



server:
  port: 8011