info 320 B

123456789101112131415161718
  1. {
  2. "name": "node3",
  3. "raftURL": "http://127.0.0.1:7003",
  4. "etcdURL": "http://127.0.0.1:4003",
  5. "webURL": "",
  6. "raftListenHost": "127.0.0.1:7003",
  7. "etcdListenHost": "127.0.0.1:4003",
  8. "raftTLS": {
  9. "CertFile": "",
  10. "KeyFile": "",
  11. "CAFile": ""
  12. },
  13. "etcdTLS": {
  14. "CertFile": "",
  15. "KeyFile": "",
  16. "CAFile": ""
  17. }
  18. }