github.com/pingcap/tiflow@v0.0.0-20240520035814-5bf52d54e205/dm/tests/ha_master/conf/dm-master2.toml (about) 1 # Master Configuration. 2 name = "master2" 3 master-addr = ":8361" 4 advertise-addr = "localhost:8361" 5 peer-urls = "localhost:8292" 6 initial-cluster = "master1=http://localhost:8291,master2=http://localhost:8292,master3=http://localhost:8293,master4=http://localhost:8294,master5=http://localhost:8295" 7 auto-compaction-retention = "3s"