Remove topic.properties and incorporate into overall config file for xacml
[policy/xacml-pdp.git] / main / src / test / resources / parameters / MinimumParameters.json
index 798731a..6ae2aa9 100644 (file)
@@ -5,5 +5,18 @@
         "port": 6969,
         "userName": "healthcheck",
         "password": "zb!XztG34"
+    },
+    "applicationPath": "apps.test",
+        "topicParameterGroup": {
+        "topicSources" : [{
+            "topic" : "POLICY-PDP-PAP",
+            "servers" : [ "anyserver" ],
+            "topicCommInfrastructure" : "noop"
+        }],
+        "topicSinks" : [{
+            "topic" : "POLICY-PDP-PAP",
+            "servers" : [ "anyserver" ],
+            "topicCommInfrastructure" : "noop"
+        }]
     }
 }