node3_config.json 879 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. {
  2. "NodeMap": [
  3. {
  4. "UUID": "node2",
  5. "IpAddr": "192.168.0.171",
  6. "Port": 8080,
  7. "RESTfulInterface": "/conn",
  8. "ReflectedIP": "",
  9. "ReflectedPrivateIP": "192.168.0.214",
  10. "RequireHTTPS": false,
  11. "SendTotpSecret": "PDJRTHNF"
  12. },
  13. {
  14. "UUID": "node1",
  15. "IpAddr": "192.168.0.155",
  16. "Port": 8080,
  17. "RESTfulInterface": "/conn",
  18. "ReflectedIP": "",
  19. "ReflectedPrivateIP": "192.168.0.214",
  20. "RequireHTTPS": false,
  21. "SendTotpSecret": "FRX6WFWC"
  22. }
  23. ],
  24. "TOTPMap": [
  25. {
  26. "RemoteUUID": "node1",
  27. "RecvTOTPSecret": "5ZBIPUGZ"
  28. },
  29. {
  30. "RemoteUUID": "node2",
  31. "RecvTOTPSecret": "AIWJJHD6"
  32. }
  33. ],
  34. "Options": {
  35. "DeviceUUID": "node3",
  36. "SyncInterval": 10,
  37. "Verbal": true
  38. },
  39. "DeviceIpAddr": "192.168.0.214",
  40. "LastIpUpdateTime": 1639902960,
  41. "LastSyncTime": 1639903080,
  42. "ConnectionRetryWaitTimeMin": 10,
  43. "ConnectionRetryWaitTimeMax": 120
  44. }