summaryrefslogtreecommitdiffstats
path: root/k6-tests/ncmp/config/endurance.json
blob: c9def6ce39a99b8efc6b1bf28b86521f3921fdf8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "hosts": {
    "ncmpBaseUrl": "http://localhost:8884",
    "dmiStubUrl": "http://ncmp-dmi-plugin-demo-and-csit-stub:8092",
    "kafkaBootstrapServer": "localhost:9093"
  },
  "timingConfig": {
    "testDuration": "2h"
  },
  "kafka": {
    "legacyBatchTopic": "legacy_batch_topic"
  }
}