aboutsummaryrefslogtreecommitdiffstats
path: root/integration-tests/environments/integration-test.json
diff options
context:
space:
mode:
Diffstat (limited to 'integration-tests/environments/integration-test.json')
-rw-r--r--integration-tests/environments/integration-test.json6
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"
'#n122'>122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149