Remove Dmaap from PAP
[policy/pap.git] / main / src / test / resources / parameters / MinimumParameters.json
index e611dc9..bf2f4b5 100644 (file)
@@ -1,12 +1,13 @@
-{  
+{
     "name":"PapGroup",
     "restServerParameters":{
         "host":"0.0.0.0",
-        "port":6969,
-        "userName":"healthcheck",
+        "port":6901,
+        "userName":"policyadmin",
         "password":"zb!XztG34"
     },
     "pdpParameters": {
+        "heartBeatMs": 1,
         "updateParameters": {
             "maxRetryCount": 1,
             "maxWaitMs": 1
         "databaseUser": "policy",
         "databasePassword": "P01icY",
         "persistenceUnit": "PdpGroupTest"
-    }
+    },
+    "topicParameterGroup": {
+        "topicSources" : [{
+            "topic" : "POLICY-PDP-PAP",
+            "servers" : [ "kafka" ],
+            "topicCommInfrastructure" : "NOOP"
+        }],
+        "topicSinks" : [{
+            "topic" : "POLICY-PDP-PAP",
+            "servers" : [ "kafka" ],
+            "topicCommInfrastructure" : "NOOP"
+        }]
+    },
+    "healthCheckRestClientParameters":[{
+        "clientName": "api",
+        "hostname": "policy-api",
+        "port": 6969,
+        "userName": "policyadmin",
+        "password": "zb!XztG34",
+        "useHttps": true,
+        "basePath": "policy/api/v1/healthcheck"
+    },
+    {
+        "clientName": "distribution",
+        "hostname": "policy-distribution",
+        "port": 6969,
+        "userName": "healthcheck",
+        "password": "zb!XztG34",
+        "useHttps": true,
+        "basePath": "healthcheck"
+    }]
 }