mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
19 lines
320 B
Plaintext
19 lines
320 B
Plaintext
{
|
|
"name": "node3",
|
|
"raftURL": "http://127.0.0.1:7003",
|
|
"etcdURL": "http://127.0.0.1:4003",
|
|
"webURL": "",
|
|
"raftListenHost": "127.0.0.1:7003",
|
|
"etcdListenHost": "127.0.0.1:4003",
|
|
"raftTLS": {
|
|
"CertFile": "",
|
|
"KeyFile": "",
|
|
"CAFile": ""
|
|
},
|
|
"etcdTLS": {
|
|
"CertFile": "",
|
|
"KeyFile": "",
|
|
"CAFile": ""
|
|
}
|
|
}
|