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