github.com/pingcap/ticdc@v0.0.0-20220526033649-485a10ef2652/tests/syncpoint/conf/diff_config_final.toml (about)

     1  # diff Configuration.
     2  
     3  log-level = "info"
     4  chunk-size = 10
     5  check-thread-count = 4
     6  sample-percent = 100
     7  use-checksum = true
     8  fix-sql-file = "fix.sql"
     9  
    10  # tables need to check.
    11  [[check-tables]]
    12      schema = "testSync"
    13      tables = ["usertable","simple1","simple2"]
    14  
    15  [[source-db]]
    16      host = "127.0.0.1"
    17      port = 4000
    18      user = "root"
    19      password = ""
    20      instance-id = "source-1"
    21  
    22  [target-db]
    23      host = "127.0.0.1"
    24      port = 3306
    25      user = "root"
    26      password = ""
    27      instance-id = "target-1"