aboutsummaryrefslogtreecommitdiffstats
path: root/sources/hv-collector-main/src/main/docker/base.json
blob: 67576c8008c884adf43dfefaa5c377b9b71b3b45 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
  "logLevel": "INFO",
  "server": {
    "listenPort": 6061,
    "idleTimeoutSec": 60,
    "maxPayloadSizeBytes": 1048576
  },
  "cbs": {
    "firstRequestDelaySec": 10,
    "requestIntervalSec": 5
  },
  "security": {
  },
  "collector": {
    "maxRequestSizeBytes": 1048576,
    "kafkaServers": [
      "message-router-kafka:9092"
    ],
    "routing": [
      {
        "fromDomain": "perf3gpp",
        "toTopic": "HV_VES_PERF3GPP"
      }
    ]
  }
}