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

     1  # Master Configuration.
     2  name = "master3"
     3  master-addr = ":8461"
     4  advertise-addr = "127.0.0.1:8461"
     5  peer-urls = "https://127.0.0.1:8293"
     6  initial-cluster = "master1=http://127.0.0.1:8291,master2=https://127.0.0.1:8292,master3=127.0.0.1:8293"
     7  
     8  ssl-ca = "dir-placeholer/ca.pem"
     9  ssl-cert = "dir-placeholer/dm.pem"
    10  ssl-key = "dir-placeholer/dm.key"
    11  cert-allowed-cn = ["dm"]
    12  auto-compaction-retention = "3s"