diff options
Diffstat (limited to 'integration-tests/environments/integration-test.json')
-rw-r--r-- | integration-tests/environments/integration-test.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/integration-tests/environments/integration-test.json b/integration-tests/environments/integration-test.json index 3402113ed2..c2c50d1548 100644 --- a/integration-tests/environments/integration-test.json +++ b/integration-tests/environments/integration-test.json @@ -27,6 +27,12 @@ "SecretKey": "Ehq3WyT4bkif4zwgEbvshGal", "fqdn": ["10.0.11.1", "10.0.11.1"] }, + "Kafka": { + "bootstrap": "kafka-bootstrap-int:9092" + }, + "DistributionTopics": { + "notificationTopicName": "SDC-DISTR-NOTIF-TOPIC-INT" + }, "Nodes": { "CS": [ "sdc-cs" |