Removed db-based statistics feature
[policy/pap.git] / main / src / test / resources / parameters / MinimumParameters.json
index 6b21b4d..8012530 100644 (file)
@@ -1,9 +1,9 @@
-{  
+{
     "name":"PapGroup",
     "restServerParameters":{
         "host":"0.0.0.0",
-        "port":6969,
-        "userName":"healthcheck",
+        "port":6901,
+        "userName":"policyadmin",
         "password":"zb!XztG34"
     },
     "pdpParameters": {
             "servers" : [ "message-router" ],
             "topicCommInfrastructure" : "dmaap"
         }]
-    }
+    },
+    "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"
+    }]
 }