Remove topic.properties and incorporate into overall config file for xacml
[policy/xacml-pdp.git] / main / src / test / resources / parameters / XacmlPdpConfigParameters_Std.json
1 {
2     "name":"XacmlPdpGroup",
3     "restServerParameters":{
4         "host":"0.0.0.0",
5         "port":${port},
6         "userName":"healthcheck",
7         "password":"zb!XztG34",
8         "https":true
9     },
10     "applicationPath": "src/test/resources/apps",
11     "topicParameterGroup": {
12         "topicSources" : [{
13             "topic" : "POLICY-PDP-PAP",
14             "servers" : [ "anyserver" ],
15             "topicCommInfrastructure" : "noop"
16         }],
17         "topicSinks" : [{
18             "topic" : "POLICY-PDP-PAP",
19             "servers" : [ "anyserver" ],
20             "topicCommInfrastructure" : "noop"
21         }]
22     }
23 }