Add dmaap connectivity check in pap
[policy/pap.git] / packages / policy-pap-tarball / src / main / resources / etc / defaultConfig.json
index 575880c..573ecc9 100644 (file)
         "password": "zb!XztG34",
         "useHttps": true,
         "basePath": "healthcheck"
+    },
+    {
+        "clientName": "dmaap",
+        "hostname": "message-router",
+        "port": 3905,
+        "useHttps": true,
+        "basePath": "topics"
     }]
 }