github.com/pingcap/tiflow@v0.0.0-20240520035814-5bf52d54e205/dm/tests/ha_cases_1/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  [task]
    10      output-dir = "/tmp/ticdc_dm_test/output"
    11  
    12      source-instances = ["mysql1", "mysql2"]
    13  
    14      target-instance = "tidb0"
    15  
    16      target-check-tables = ["ha_test.t?*"]
    17  
    18  [data-sources]
    19  [data-sources.mysql1]
    20      host = "127.0.0.1"
    21      port = 3306
    22      user = "root"
    23      password = "123456"
    24  
    25  [data-sources.mysql2]
    26      host = "127.0.0.1"
    27      port = 3307
    28      user = "root"
    29      password = "123456"
    30  
    31  [data-sources.tidb0]
    32      host = "127.0.0.1"
    33      port = 4000
    34      user = "test"
    35      password = "123456"