Remove topic.properties and incorporate into overall config file for xacml
[policy/xacml-pdp.git] / main / src / test / resources / parameters / XacmlPdpConfigParameters_Std.json
index 5b6586a..2d1f7cd 100644 (file)
@@ -7,5 +7,17 @@
         "password":"zb!XztG34",
         "https":true
     },
-    "applicationPath": "src/test/resources/apps"
+    "applicationPath": "src/test/resources/apps",
+    "topicParameterGroup": {
+        "topicSources" : [{
+            "topic" : "POLICY-PDP-PAP",
+            "servers" : [ "anyserver" ],
+            "topicCommInfrastructure" : "noop"
+        }],
+        "topicSinks" : [{
+            "topic" : "POLICY-PDP-PAP",
+            "servers" : [ "anyserver" ],
+            "topicCommInfrastructure" : "noop"
+        }]
+    }
 }
\ No newline at end of file