Change "pap" to "policy-api" in xacml-pdp config
[policy/xacml-pdp.git] / packages / policy-xacmlpdp-tarball / src / main / resources / etc / defaultConfig.json
index 561574a..d61ca95 100644 (file)
@@ -7,5 +7,26 @@
         "password": "zb!XztG34",
         "https": true,
         "aaf": false
+    },
+    "policyApiParameters": {
+        "host": "policy-api",
+        "port": 6969,
+        "userName": "healthcheck",
+        "password": "zb!XztG34",
+        "https": true,
+        "aaf": false
+    },
+    "applicationPath": "/opt/app/policy/pdpx/apps",
+    "topicParameterGroup": {
+        "topicSources" : [{
+            "topic" : "POLICY-PDP-PAP",
+            "servers" : [ "message-router" ],
+            "topicCommInfrastructure" : "dmaap"
+        }],
+        "topicSinks" : [{
+            "topic" : "POLICY-PDP-PAP",
+            "servers" : [ "message-router" ],
+            "topicCommInfrastructure" : "dmaap"
+        }]
     }
 }