aboutsummaryrefslogtreecommitdiffstats
path: root/sources/hv-collector-main/src/main/docker/base.json
blob: e0b9c450ba361281c4b65fbe1cef5a23a805c6d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "logLevel": "INFO",
  "server": {
    "listenPort": 6061,
    "idleTimeoutSec": 60,
    "maxPayloadSizeBytes": 1048576
  },
  "cbs": {
    "firstRequestDelaySec": 10,
    "requestIntervalSec": 5
  },
  "security": {
  }
}