aboutsummaryrefslogtreecommitdiffstats
path: root/sources/hv-collector-configuration/src/test/resources/sampleConfig.json
blob: 8b440ebe6b9eabbfb8402cc3d9358c34af8ff21b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "logLevel": "ERROR",
  "server": {
    "healthCheckApiPort": 5000,
    "listenPort": 6000,
    "idleTimeoutSec": 1200,
    "maxPayloadSizeBytes": 512000
  },
  "cbs": {
    "firstRequestDelaySec": 7,
    "requestIntervalSec": 900
  },
  "security": {
    "sslDisable": false,
    "keys": {
      "keyStoreFile": "test.ks.pkcs12",
      "keyStorePassword": "changeMe",
      "trustStoreFile": "trust.ks.pkcs12",
      "trustStorePassword": "changeMeToo"
    }
  }
}