github.com/xmidt-org/webpa-common@v1.11.9/server/example.json (about)

     1  {
     2    "primary": {
     3      "address": "localhost:10010",
     4      "certificateFile": "file.cert",
     5      "keyFile": "file.key",
     6      "clientCACertFile": "cacert.pem",
     7      "logConnectionState": true,
     8      "minVersion": "0x0301",
     9      "maxVersion": "0x0304"
    10    },
    11    "alternate": {
    12      "address": ":10011"
    13    },
    14    "health": {
    15      "address": ":9001",
    16      "logInterval": "45s",
    17      "options": [
    18        "TotalRequests",
    19        "TotalResponses",
    20        "SomeOtherStat"
    21      ]
    22    },
    23    "log": {
    24      "file": "test.log",
    25      "level": "INFO"
    26    }
    27  }
    28