application-test.yml 447 Bytes
canal:
  singleSocketAddress: yoho-canal
  singleSocketPort: 11111
  canalInstance:
    - name: "yhgrass"
      destination: "yhgrass"
      dbname: "yh_grass"
      username: ""
      password: ""
      fetchSize: "1000"
      zkAddress: ""

rabbitmq:
  server: yohoops-rabbit-common-service
  port: 5672
  username: "yoho"
  password: "yoho"
  exchange: "yoho_datasync"
  virtualHost: "/datasync"

logging:
  config: classpath:logback-boot.xml