Ver Fonte

Auto push

Toby Chui há 3 anos atrás
pai
commit
78e0279375
2 ficheiros alterados com 1 adições e 44 exclusões
  1. 1 0
      .gitignore
  2. 0 44
      node3_config.json

+ 1 - 0
.gitignore

@@ -0,0 +1 @@
+*.json

+ 0 - 44
node3_config.json

@@ -1,44 +0,0 @@
-{
- "NodeMap": [
-  {
-   "UUID": "node2",
-   "IpAddr": "192.168.0.171",
-   "Port": 8080,
-   "RESTfulInterface": "/conn",
-   "ReflectedIP": "",
-   "ReflectedPrivateIP": "192.168.0.214",
-   "RequireHTTPS": false,
-   "SendTotpSecret": "PDJRTHNF"
-  },
-  {
-   "UUID": "node1",
-   "IpAddr": "192.168.0.155",
-   "Port": 8080,
-   "RESTfulInterface": "/conn",
-   "ReflectedIP": "",
-   "ReflectedPrivateIP": "192.168.0.214",
-   "RequireHTTPS": false,
-   "SendTotpSecret": "FRX6WFWC"
-  }
- ],
- "TOTPMap": [
-  {
-   "RemoteUUID": "node1",
-   "RecvTOTPSecret": "5ZBIPUGZ"
-  },
-  {
-   "RemoteUUID": "node2",
-   "RecvTOTPSecret": "AIWJJHD6"
-  }
- ],
- "Options": {
-  "DeviceUUID": "node3",
-  "SyncInterval": 10,
-  "Verbal": true
- },
- "DeviceIpAddr": "192.168.0.214",
- "LastIpUpdateTime": 1639902960,
- "LastSyncTime": 1639903080,
- "ConnectionRetryWaitTimeMin": 10,
- "ConnectionRetryWaitTimeMax": 120
-}