aboutsummaryrefslogtreecommitdiffstats
path: root/plans/dcaegen2-collectors-hv-ves/testsuites/collector/configuration/insecure.json
blob: 9af02ffdf00f1879f1ea3dfd4f260e58b36e116b (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
27
28
{
  "server": {
    "listenPort": 6061,
    "idleTimeoutSec": 60,
    "maxPayloadSizeBytes": 1048576
  },
  "cbs": {
    "firstRequestDelaySec": 5,
    "requestIntervalSec": 10
  },
  "security": {
    "sslDisable": true
  },
  "collector": {
    "maxRequestSizeBytes": 1048576,
    "kafkaServers": [
      "kafka:9092"
    ],
    "routing": [
      {
        "fromDomain": "perf3gpp",
        "toTopic": "TEST_HV_VES_PERF3GPP"
      }
    ],
    "dummyMode": false
  },
  "logLevel": "DEBUG"
}