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

     1  # Master Configuration.
     2  name = "master1"
     3  master-addr = ":8261"
     4  advertise-addr = "127.0.0.1:8261"
     5  peer-urls = "127.0.0.1:8291"
     6  initial-cluster = "master1=http://127.0.0.1:8291"
     7  auto-compaction-retention = "3s"