application-prod.yml 480 Bytes
canal:
  singleSocketAddress: "192.168.102.10"
  singleSocketPort: 20211
  canalInstance:
   - name: "yhgrass"
     destination: "yhgrass"
     username: ""
     password: ""
     filter: "yh_grass.grass_article_praise"
     fetchSize: "1000"
     zkAddress: ""

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

logging:
  config: classpath:logback-boot.xml

server:
  port: 8011