github.com/pingcap/tiflow@v0.0.0-20240520035814-5bf52d54e205/dm/tests/case_sensitive/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  dm-addr = "http://127.0.0.1:8261"
    10  
    11  dm-task = "test"
    12  
    13  [task]
    14      output-dir = "/tmp/ticdc_dm_test/output"
    15      target-check-tables = ["UPPER_DB_ROUTE.do_table_route", "Upper_DB*.Do_Table*", "lower_db.Upper_Table*"]