github.com/pingcap/tiflow@v0.0.0-20240520035814-5bf52d54e205/tests/integration_tests/default_value/config.toml (about) 1 # Source DB config 2 log-level = "info" 3 4 worker-count = 10 5 job-count = 1000 6 batch = 10 7 8 pd = "127.0.0.1:2379" 9 10 [[source-db]] 11 host = "127.0.0.1" 12 user = "root" 13 password = "" 14 port = 4000 15 16 [[source-db]] 17 host = "127.0.0.1" 18 user = "root" 19 password = "" 20 port = 4001