aboutsummaryrefslogtreecommitdiffstats
path: root/sources/hv-collector-configuration/src/test/resources/sampleConfig.json
blob: a5ad52aeeecad722f46afbdca664256ca1444b46 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "logLevel": "ERROR",
  "server.listenPort": 6000,
  "server.idleTimeoutSec": 1200,
  "cbs.firstRequestDelaySec": 7,
  "cbs.requestIntervalSec": 900,
  "security.sslDisable": false,
  "security.keys.keyStoreFile": "test.ks.pkcs12",
  "security.keys.keyStorePassword": "changeMe",
  "security.keys.trustStoreFile": "trust.ks.pkcs12",
  "security.keys.trustStorePassword": "changeMeToo"
}