github.com/pingcap/tiflow@v0.0.0-20240520035814-5bf52d54e205/dm/tests/tls/conf/diff_config-2.toml (about) 1 check-struct-only = false 2 check-thread-count = 4 3 export-fix-sql = true 4 5 [routes.rule1] 6 schema-pattern = "tls" 7 target-schema = "tls2" 8 9 [task] 10 output-dir = "/tmp/ticdc_dm_test/output" 11 source-instances = ["mysql1"] 12 target-check-tables = ["tls2.t"] 13 target-instance = "tidb0" 14 15 [data-sources.mysql1] 16 host = "127.0.0.1" 17 password = "123456" 18 port = 3306 19 route-rules = ["rule1"] 20 user = "root" 21 22 [data-sources.tidb0] 23 host = "127.0.0.1" 24 port = 4400 25 user = "root"