github.com/pingcap/tiflow@v0.0.0-20240520035814-5bf52d54e205/dm/tests/check_task/conf/diff_config.toml (about)

     1  # diff Configuration.
     2  
     3  check-thread-count = 4
     4  
     5  export-fix-sql = true
     6  
     7  check-struct-only = false
     8  
     9  
    10  [task]
    11      output-dir = "/tmp/ticdc_dm_test/output"
    12  
    13      source-instances = ["mysql1"]
    14  
    15      target-instance = "tidb0"
    16  
    17      target-check-tables = ["checktask1.t?*"]
    18  
    19  
    20  [data-sources]
    21  [data-sources.mysql1]
    22  host = "127.0.0.1"
    23  port = 3306
    24  user = "root"
    25  password = "123456"
    26  
    27  [data-sources.tidb0]
    28  host = "127.0.0.1"
    29  port = 4000
    30  user = "test1"
    31  password = "123456"