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

     1  check-thread-count = 4
     2  
     3  export-fix-sql = true
     4  
     5  check-struct-only = false
     6  
     7  [task]
     8      output-dir = "/tmp/ticdc_dm_test/output"
     9  
    10      source-instances = ["mysql1"]
    11  
    12      target-instance = "tidb0"
    13  
    14      target-check-tables = ["db_pessimistic.tb"]
    15  
    16  [routes.rule1]
    17  schema-pattern = "db_pessimistic"
    18  table-pattern = "tb*"
    19  target-schema = "db_pessimistic"
    20  target-table = "tb"
    21  
    22  [data-sources]
    23  [data-sources.mysql1]
    24  host = "127.0.0.1"
    25  port = 3307
    26  user = "root"
    27  password = "123456"
    28  route-rules = ["rule1"]
    29  
    30  [data-sources.tidb0]
    31  host = "127.0.0.1"
    32  port = 4000
    33  user = "root"
    34  password = ""