application-dev.yml 703 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"
      fetchSize: "1000"
      zkAddress: ""

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

spring:
  datasource:
    url: jdbc:mysql://192.168.102.219:3306/yh_grass?useUnicode=true&characterEncoding=UTF-8
    username: yh_test
    password: yh_test
    driver-class-name: com.mysql.jdbc.Driver


server:
  port: 8011